summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc10
1 files changed, 6 insertions, 4 deletions
diff --git a/.vimrc b/.vimrc
index db484ff..3f858c4 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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
" ===========