refactor. simple UI to install individual scripts

This commit is contained in:
gmarik
2011-03-19 02:54:35 -05:00
parent d9bdffe74f
commit 3f13edf6aa
3 changed files with 31 additions and 9 deletions

10
ftplugin/vundle.vim Normal file
View File

@@ -0,0 +1,10 @@
setl hls ro noma ignorecase
set syntax=vim
syn keyword vimCommand Bundle
nnoremap <buffer> <silent> <CR> :call vundle#scripts#install()<CR>
nnoremap <buffer> s :BundleSearch
nnoremap <buffer> c :BundleClean<CR>
nnoremap <buffer> C :BundleClean!<CR>