]> git.rmz.io Git - dotfiles.git/commitdiff
show tabs and trailing spaces
authorSamir Benmendil <samir.benmendil@gmail.com>
Wed, 12 Jun 2013 00:03:55 +0000 (02:03 +0200)
committerSamir Benmendil <samir.benmendil@gmail.com>
Wed, 12 Jun 2013 00:03:55 +0000 (02:03 +0200)
vimrc

diff --git a/vimrc b/vimrc
index 9a611f15d60b9c144ccf7675ccf9dc4c7a41d804..3170bb36ee1f42b7bfa4ff1a2cf813cae394ee07 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -142,6 +142,8 @@ set shiftwidth=4
 set expandtab
 
 set showbreak=▒▒
+" show these chars for tabs and trailing spaces
+set list listchars=tab:»·,trail:·
 
 set pastetoggle=<F11>
 " split right when using :vsp