update deprecated API to call the new API directly

Still keep :Bundle backwards compatible.
This commit is contained in:
Lucas Hoffmann
2014-03-26 08:54:31 +01:00
parent bf70a158c5
commit bb53f89504
2 changed files with 20 additions and 44 deletions

View File

@@ -138,10 +138,10 @@ func! vundle#scripts#view(title, headers, results)
nnoremap <buffer> h :h vundle<CR>
nnoremap <buffer> ? :norm h<CR>
nnoremap <buffer> c :BundleClean<CR>
nnoremap <buffer> C :BundleClean!<CR>
nnoremap <buffer> c :PluginClean<CR>
nnoremap <buffer> C :PluginClean!<CR>
nnoremap <buffer> s :BundleSearch
nnoremap <buffer> s :PluginSearch
nnoremap <buffer> R :call vundle#scripts#reload()<CR>
" goto first line after headers