summary refs log tree commit diff
path: root/_vimrc
diff options
context:
space:
mode:
Diffstat (limited to '_vimrc')
-rw-r--r--_vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/_vimrc b/_vimrc
index a610f2c7..c3fc94c1 100644
--- a/_vimrc
+++ b/_vimrc
@@ -94,3 +94,7 @@ set browsedir=buffer " GUI Open starts in CWD
 map Q gq
 
 command DiffOrig vert new | set bt=nofile | r ++edit # | 0d_ | diffthis | wincmd p | diffthis
+
+" Show trailing whitespace and hard tabs
+set list
+set listchars=tab:»·,trail:·
d>June McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe