diff vim/vimrc @ 93:822fc8b4405f

Invisible characters in vimrc.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 29 Mar 2012 16:25:18 -0700
parents 64c42f5c9a97
children e6ecdb8ef62f
line wrap: on
line diff
--- a/vim/vimrc	Wed Mar 28 16:10:38 2012 -0700
+++ b/vim/vimrc	Thu Mar 29 16:25:18 2012 -0700
@@ -153,6 +153,9 @@
 " Going left and right let you go to other lines.
 set whichwrap+=<,>,h,l
 
+" How to show invisible characters
+set listchars=eol:$,tab:>-,trail:-,extends:>,precedes:<,nbsp:%,conceal:.
+
 " Folds are defined by markers in the text.
 set foldmethod=marker