Skip to content

Commit

Permalink
Changed color of trailing space/tab markers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Mar 4, 2011
1 parent 7e4121d commit cd3270d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vimrc
Expand Up @@ -63,6 +63,8 @@ set ruler
set listchars=tab:>-,trail:. set listchars=tab:>-,trail:.
set list set list
nmap <silent> <leader>l :set invlist list?<cr> nmap <silent> <leader>l :set invlist list?<cr>
" Make the highlighting of trailing spaces easier to distinguish from periods.
highlight SpecialKey ctermfg=Grey


" Show matching brackets. " Show matching brackets.
set showmatch set showmatch
Expand Down

0 comments on commit cd3270d

Please sign in to comment.