From 9d6123ebeeee5b124d977db28c79c12cec59923b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Ob=C5=AFrka?= Date: Fri, 2 May 2014 09:31:35 +0200 Subject: Fix "highlite redundant spaces" function --- .vimrc | 10 ++++++---- 1 file 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 " =========== -- cgit v1.2.3