missing space for tabs in listchars
This commit is contained in:
parent
a3861dd285
commit
cea0f969e4
1 changed files with 1 additions and 1 deletions
2
.vimrc
2
.vimrc
|
|
@ -100,7 +100,7 @@ inoremap <S-Space> <Esc>
|
||||||
|
|
||||||
set list
|
set list
|
||||||
" 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:▸\,
|
set listchars=trail:·,nbsp:·,tab:▸\ ,
|
||||||
|
|
||||||
au VimEnter * echomsg system('/usr/games/fortune vimtweets')
|
au VimEnter * echomsg system('/usr/games/fortune vimtweets')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue