Browse Source

Some syntax higlighting

pull/10/head
gmarik 15 years ago
parent
commit
e7995e04d5
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      autoload/vundle/scripts.vim
  2. +1
    -0
      ftplugin/vim.vim

+ 1
- 1
autoload/vundle/scripts.vim View File

@ -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


+ 1
- 0
ftplugin/vim.vim View File

@ -0,0 +1 @@
syn keyword vimCommand Bundle

Loading…
Cancel
Save