From 7a8cd76fa415937ec3997784bc0c202cc40bb605 Mon Sep 17 00:00:00 2001 From: nojhan Date: Wed, 2 May 2012 16:28:07 +0200 Subject: [PATCH] display non-breakable and trailing spaces as a centered dot --- .vimrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.vimrc b/.vimrc index faef16d..24c4af2 100644 --- a/.vimrc +++ b/.vimrc @@ -73,8 +73,6 @@ nnoremap f :set guifont=Inconsolata\ 9 " set a big guifont size nnoremap ç :set guifont=Inconsolata\ 11 - - " double percentage sign in command mode is expanded " to directory of current file - http://vimcasts.org/e/14 cnoremap %% =expand('%:h').'/' @@ -82,7 +80,8 @@ map p :CtrlP %% set list -set listchars=tab:▸\ " print tabs with a special character (add ",eol:·" for end of lines) +" print tabs with a special character (add ",eol:·" for end of lines) +set listchars=trail:·,nbsp:·,tab:▸\, au VimEnter * echomsg system('/usr/games/fortune vimtweets')