vundle/ftplugin/vundle.vim
2011-03-19 17:41:37 -05:00

12 lines
290 B
VimL

setl hls ro noma ignorecase
set syntax=vim
syn keyword vimCommand Bundle
nnoremap <buffer> i :call vundle#scripts#install()<CR>
nnoremap <buffer> r :Bundles
nnoremap <buffer> c :BundleClean<CR>
nnoremap <buffer> C :BundleClean!<CR>
nnoremap <buffer> R :call vundle#scripts#reload()<CR>