about summary refs log tree commit diff
path: root/vim/.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vim')
-rwxr-xr-xvim/.vim/vimrc7
1 files changed, 6 insertions, 1 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index cf1d376..b6caf91 100755
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -12,7 +12,12 @@ set showcmd
 set nostartofline
 set ruler
 set confirm
-set list listchars+=space:·,tab:\ \ 
+set list
+if has("patch-7.4.710")
+  set listchars+=space:·,tab:\ \ 
+else
+  set listchars+=tab:├─
+endif
 set tabstop=8 expandtab shiftwidth=4 softtabstop=4 smarttab
 set omnifunc=syntaxcomplete#Complete
 set dictionary=/usr/share/dict/words