Fix trailing spaces and tabs visual mark

This commit is contained in:
Anton Zadvorny 2015-07-08 11:58:04 +00:00
parent c6330cd689
commit 4b61d80e4e

View File

@ -55,7 +55,7 @@ filetype plugin on
filetype indent on
" Display tabs and trailing spaces visually
set list listchars=tab:\ \ ,trail
set list listchars=tab:>-,trail:.,precedes:<,extends:>
set nowrap "Don't wrap lines
set linebreak "Wrap lines at convenient points