diff --git a/autoload/vundle/scripts.vim b/autoload/vundle/scripts.vim index 368bfed..648bf19 100644 --- a/autoload/vundle/scripts.vim +++ b/autoload/vundle/scripts.vim @@ -1,6 +1,6 @@ func! vundle#scripts#all(bang, ...) let b:match = '' - let info = ['"Keymap: i - Install bundle; c - Cleanup; r - Refine list; R - Reload list'] + let info = ['"Keymap: i - Install bundle; c - Cleanup; s - Search; R - Reload list'] let matches = s:load_scripts(a:bang) if !empty(a:1) let matches = filter(matches, 'v:val =~? "'.escape(a:1,'"').'"') diff --git a/doc/vundle.txt b/doc/vundle.txt index 106c69f..0a9b833 100644 --- a/doc/vundle.txt +++ b/doc/vundle.txt @@ -214,8 +214,8 @@ KEY | DESCRIPTION i | run :BundleInstall with name taken from line cursor is positioned on I | same as i, but runs :BundleInstall! to update bundle D | delete selected bundle( be careful not to remove local modifications) - c | run :BundleCleanup - r | refine list; requires a string to refine list with + c | run :BundleClean + s | run :BundleSearch R | fetch fresh script list from server