Browse Source

highlight fix

pull/25/merge
gmarik 15 years ago
parent
commit
b9b8ef9a78
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      ftplugin/vundle.vim

+ 2
- 1
ftplugin/vundle.vim View File

@ -1,7 +1,8 @@
setl hls ro noma ignorecase syntax=vim
syn keyword vimCommand Bundle
setl hls ro noma ignorecase syntax=vim
nnoremap <buffer> i :call vundle#scripts#install()<CR>
nnoremap <buffer> r :Bundles
nnoremap <buffer> c :BundleClean<CR>


Loading…
Cancel
Save