From 576930c45f2562abe0d8139b1a1f3418d5bb976c Mon Sep 17 00:00:00 2001 From: Raphael McSinyx Date: Tue, 8 Nov 2016 11:32:41 +0700 Subject: Update 20161108 --- vim/.vim/vimrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'vim') 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 -- cgit 1.4.1