vim: not highlighting tab char

This commit is contained in:
2013-03-04 10:06:36 +03:00
parent 7ea39d75bd
commit 8fdcbf8e81

2
.vimrc
View File

@@ -81,7 +81,7 @@ set background=dark " When set to "dark", Vim will try to use colors that look
" try to use colors that look good on a light background.
" Any other value is illegal.
set list listchars=tab:»\ ,trail
set list listchars=tab:\ \ ,trail
if has("mouse")
set mouse=a " Enable the use of the mouse.