diff options
author | Lars Müller <lmuelle@samba.org> | 2007-07-04 14:15:26 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:23:46 -0500 |
commit | 26502733a527a211d61226adf37d3719076cfe20 (patch) | |
tree | 7b2f9b33edb3e26fd600375f65d2f41d9bf5ffb4 /README.Coding | |
parent | a3de7e9b9dcd4d15a1c07244acae205b1edb934b (diff) | |
download | samba-26502733a527a211d61226adf37d3719076cfe20.tar.gz |
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.Coding | 3 |
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 |