about summary refs log tree commit diff
path: root/vim/.vim
diff options
context:
space:
mode:
authorRaphael McSinyx <vn.mcsinyx@gmail.com>2016-07-22 10:20:47 +0700
committerRaphael McSinyx <vn.mcsinyx@gmail.com>2016-11-20 16:44:09 +0700
commit374ecacd0808ce322cb85ba85023e0b8fb94bcf6 (patch)
tree180c5b43494d23136e740bc2ca2c0223fe2a9b8b /vim/.vim
parenta530bccffd70d0422d5dae7b4fc23105d1d82a06 (diff)
downloaddotfiles-374ecacd0808ce322cb85ba85023e0b8fb94bcf6.tar.gz
Update 20160722
Diffstat (limited to 'vim/.vim')
-rwxr-xr-xvim/.vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index b8068f3..d8f53c6 100755
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -13,7 +13,7 @@ set showcmd
 set nostartofline
 set ruler
 set confirm
-set list listchars+=tab:\|\ 
+set list listchars+=space:ยท,tab:\ \ 
 set tabstop=8 expandtab shiftwidth=4 softtabstop=4 smarttab
 set omnifunc=syntaxcomplete#Complete
 set dictionary=/usr/share/dict/words