summaryrefslogtreecommitdiff
path: root/README.Coding
diff options
context:
space:
mode:
authorLars Müller <lmuelle@samba.org>2007-07-04 14:15:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:23:46 -0500
commit6209ae79de3710ab9c2e91e2f6643b1c5fe2a6b2 (patch)
tree3ea9e7f9cf035619cf0bbe6998590a833961e6ff /README.Coding
parentd26914c978457ae0ec097cc40c8e33a7cee9ebcf (diff)
downloadsamba-6209ae79de3710ab9c2e91e2f6643b1c5fe2a6b2.tar.gz
r23705: Add suggestion for vim from Andreas 'GlaDiaC' Schneider to show tabs,
trailing whitespace, and continued lines visually.
Diffstat (limited to 'README.Coding')
-rw-r--r--README.Coding3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.Coding b/README.Coding
index ba9e8be08c5..73ceb5028cf 100644
--- a/README.Coding
+++ b/README.Coding
@@ -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