add whitespace to search map

Prevents the user from having to type a space before the search term.
This commit is contained in:
Randy Morris 2011-11-05 17:08:18 -04:00
parent 8b5be8dd60
commit 99c112fe4f

View File

@ -93,7 +93,7 @@ func! vundle#scripts#view(title, headers, results)
nnoremap <buffer> c :BundleClean<CR> nnoremap <buffer> c :BundleClean<CR>
nnoremap <buffer> C :BundleClean!<CR> nnoremap <buffer> C :BundleClean!<CR>
nnoremap <buffer> s :BundleSearch nnoremap <buffer> s :BundleSearch
nnoremap <buffer> R :call vundle#scripts#reload()<CR> nnoremap <buffer> R :call vundle#scripts#reload()<CR>
" goto first line after headers " goto first line after headers