r23705: Add suggestion for vim from Andreas 'GlaDiaC' Schneider to show tabs,
authorLars Müller <lmuelle@samba.org>
Wed, 4 Jul 2007 14:15:26 +0000 (14:15 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:46 +0000 (12:23 -0500)
trailing whitespace, and continued lines visually.
(This used to be commit 6209ae79de3710ab9c2e91e2f6643b1c5fe2a6b2)

README.Coding

index ba9e8be08c5c066cdf1e26301399b4c5c7c84c8e..73ceb5028cfd28d5fc838531b741127042d9f4b9 100644 (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