]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Add tab and precedes to 'listchars'.
authorSimon Ruderich <simon@ruderich.org>
Sun, 17 Jun 2012 13:23:08 +0000 (15:23 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 17 Jun 2012 13:23:08 +0000 (15:23 +0200)
vimrc

diff --git a/vimrc b/vimrc
index fd788ef20aa21a242c92e9a2a525ef5464d51d42..623b60fd837d51ecf7f285f80c6e8ab9af193099 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -201,10 +201,12 @@ set hlsearch
 " Display some special characters.
 set list
 set listchars=
+" Display tabs as ">--------".
+set listchars+=tab:>-
 " Display trailing whitespace as "-".
 set listchars+=trail:-
 " Display markers for long lines when wrapping is disabled.
-set listchars+=extends:>
+set listchars+=extends:>,precedes:<
 " Display non-breakable space as "!".
 if v:version >= 700
     set listchars+=nbsp:!