Browse Source

add whitespace to search map

Prevents the user from having to type a space before the search term.
pull/107/head
Randy Morris 14 years ago
parent
commit
99c112fe4f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      autoload/vundle/scripts.vim

+ 1
- 1
autoload/vundle/scripts.vim 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> s :BundleSearch
nnoremap <buffer> s :BundleSearch
nnoremap <buffer> R :call vundle#scripts#reload()<CR>
" goto first line after headers


Loading…
Cancel
Save