diff options
-rw-r--r-- | README.Coding | 3 |
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 |