diff --git a/autoload/vundle/scripts.vim b/autoload/vundle/scripts.vim index cda6978..767cd6d 100644 --- a/autoload/vundle/scripts.vim +++ b/autoload/vundle/scripts.vim @@ -4,7 +4,7 @@ func! vundle#scripts#search(...) call writefile(matches, temp) exec 'sp '.temp let @/=a:1 - setlocal hls + setlocal hls ft=vim redraw endf diff --git a/ftplugin/vim.vim b/ftplugin/vim.vim new file mode 100644 index 0000000..e1dd698 --- /dev/null +++ b/ftplugin/vim.vim @@ -0,0 +1 @@ +syn keyword vimCommand Bundle