From 26502733a527a211d61226adf37d3719076cfe20 Mon Sep 17 00:00:00 2001 From: Lars Müller Date: Wed, 4 Jul 2007 14:15:26 +0000 Subject: r23705: Add suggestion for vim from Andreas 'GlaDiaC' Schneider to show tabs, trailing whitespace, and continued lines visually. (This used to be commit 6209ae79de3710ab9c2e91e2f6643b1c5fe2a6b2) --- README.Coding | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.Coding') 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 -- cgit