summaryrefslogtreecommitdiffstats
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
commit26502733a527a211d61226adf37d3719076cfe20 (patch)
tree7b2f9b33edb3e26fd600375f65d2f41d9bf5ffb4 /README.Coding
parenta3de7e9b9dcd4d15a1c07244acae205b1edb934b (diff)
downloadsamba-26502733a527a211d61226adf37d3719076cfe20.tar.gz
samba-26502733a527a211d61226adf37d3719076cfe20.tar.xz
samba-26502733a527a211d61226adf37d3719076cfe20.zip
r23705: Add suggestion for vim from Andreas 'GlaDiaC' Schneider to show tabs,
trailing whitespace, and continued lines visually. (This used to be commit 6209ae79de3710ab9c2e91e2f6643b1c5fe2a6b2)
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 ba9e8be08c..73ceb5028c 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