# HG changeset patch # User Ludovic Chabant # Date 1333063518 25200 # Node ID 822fc8b4405f1628eb317c42ec22c5b098af436e # Parent 64c42f5c9a973c0e36a6c55d88d558a798635371 Invisible characters in vimrc. diff -r 64c42f5c9a97 -r 822fc8b4405f .hgsubstate --- 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 diff -r 64c42f5c9a97 -r 822fc8b4405f vim/vimrc --- 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