changeset 93:822fc8b4405f

Invisible characters in vimrc.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 29 Mar 2012 16:25:18 -0700
parents 64c42f5c9a97
children 351a7ca0b7d6 e6ecdb8ef62f
files .hgsubstate vim/vimrc
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.hgsubstate	Wed Mar 28 16:10:38 2012 -0700
+++ b/.hgsubstate	Thu Mar 29 16:25:18 2012 -0700
@@ -1,5 +1,5 @@
 163ac98569d35d36cee4e5737ae6772b41f5d1d3 lib/hg/hg-git
-44feac64ecfe2fde6056552f5a2a5a3d96a9ebe2 lib/hg/onsub
+d920e3425db554497a2cfaf1a2548eafbdc8b0e7 lib/hg/onsub
 7d5b26907ce4e4d6de7ddf033fee82930733718c vim/bundle/badwolf
 8108bffea8c65f10c99578b0edb424ce964d9048 vim/bundle/colorschemes
 50b055633580c65c381ebb310bc1786ff14e3340 vim/bundle/commentary
--- 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