diff options
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -87,16 +87,18 @@ endif set spelllang=cs set mousemodel=popup -"show redundant spaces -au BufEnter * match RedundantSpaces /\s\+$\| \+\ze\t/ -highlight RedundantSpaces ctermbg=red guibg=red - " ================= " syntax highliting " ================= syntax on colorscheme evening +" ===================== +" show redundant spaces +" ===================== +au BufEnter * match RedundantSpaces /\s\+$\| \+\ze\t/ +highlight RedundantSpaces ctermbg=red guibg=red + " =========== " key hacking " =========== |