From fc34371fd097412993a6f0c57d601a34db9f40ff Mon Sep 17 00:00:00 2001 From: gmarik Date: Sun, 10 Apr 2011 18:56:14 -0500 Subject: [PATCH] fixed syntax highligh --- ftplugin/vundle.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ftplugin/vundle.vim b/ftplugin/vundle.vim index ea249c4..69ee5e4 100644 --- a/ftplugin/vundle.vim +++ b/ftplugin/vundle.vim @@ -1,7 +1,7 @@ -syn keyword vimCommand Bundle - setl hls ro noma ignorecase syntax=vim +syn keyword vimCommand Bundle + nnoremap q :wincmd q nnoremap i :call vundle#scripts#install() nnoremap r :Bundles