1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

r23705: Add suggestion for vim from Andreas 'GlaDiaC' Schneider to show tabs,

trailing whitespace, and continued lines visually.
(This used to be commit 6209ae79de3710ab9c2e91e2f6643b1c5fe2a6b2)
This commit is contained in:
Lars Müller 2007-07-04 14:15:26 +00:00 committed by Gerald (Jerry) Carter
parent a3de7e9b9d
commit 26502733a5

View File

@ -76,7 +76,8 @@ displaying trailing whitespace:
endf
autocmd BufNewFile,BufRead * call ActivateInvisibleCharIndicator()
endif
" Show tabs, trailing whitespace, and continued lines visually
set list listchars=tab:»·,trail:·,extends:…
=========================
FAQ & Statement Reference