]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Also display non breakable space with 'listchars'.
authorSimon Ruderich <simon@ruderich.org>
Wed, 13 May 2009 15:22:08 +0000 (17:22 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 13 May 2009 15:22:08 +0000 (17:22 +0200)
vimrc

diff --git a/vimrc b/vimrc
index e640a42492b0cf5d2f8b95f43534f7d31e843629..d5555c48b1f39a0b1ddcfc2ae387cf1cfac9a476 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -106,9 +106,9 @@ if v:version >= 700
     set cursorline
 endif
 
-" Display tabs as "^I" and trailing space as "-".
+" Display tabs, trailing space and non breakable spaces.
 set list
-set listchars=trail:-
+set listchars=trail:-,nbsp:!
 
 
 " MAPPINGS (except for plugins, see PLUGIN SETTINGS below)