diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-19 05:28:11 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-19 05:28:11 +0200 |
commit | 1af8894941b4c97df7aeca6afc03bac066235686 (patch) | |
tree | b012e1b7f5c3591cf7e97f1529af4d43cfec594b /vim/vimrc | |
parent | d582cb408f0479b5124647d5293b079f29cca8d3 (diff) | |
download | dotfiles-1af8894941b4c97df7aeca6afc03bac066235686.tar.xz |
vim: Add extra comments
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -79,9 +79,11 @@ map <C-j> <C-w>j map <C-k> <C-w>k map <C-l> <C-w>l +" Show tabs and end-of-line whitespace set listchars=tab:»·,trail:· set list +" Color spaces at end of lines bright red for visibility highlight ExtraWhitespace ctermbg=red guibg=red match ExtraWhitespace /\s\+$/ autocmd BufWinEnter * match ExtraWhitespace /\s\+$/ |