missing space for tabs in listchars

This commit is contained in:
nojhan 2012-06-06 10:05:52 +02:00
commit cea0f969e4

2
.vimrc
View file

@ -100,7 +100,7 @@ inoremap <S-Space> <Esc>
set list
" print tabs with a special character (add ",eol:·" for end of lines)
set listchars=trail,nbsp,tab:▸\,
set listchars=trail,nbsp,tab:▸\ ,
au VimEnter * echomsg system('/usr/games/fortune vimtweets')