From 6209ae79de3710ab9c2e91e2f6643b1c5fe2a6b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20M=C3=BCller?= Date: Wed, 4 Jul 2007 14:15:26 +0000 Subject: [PATCH] r23705: Add suggestion for vim from Andreas 'GlaDiaC' Schneider to show tabs, trailing whitespace, and continued lines visually. --- README.Coding | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.11.4.GIT