diff --git a/README.md b/README.md index 63149a4..f6ad3e9 100644 --- a/README.md +++ b/README.md @@ -42,19 +42,13 @@ filetype plugin indent on " required! " " Brief help + " :BundleList(!) - install(update) bundles (won't update installed) + " :BundleInstall(!) - install(update) bundles (won't update installed) + " :BundleSearch(!) foo - search(or refresh cache first) for foo + " :BundleClean(!) - confirm(or auto-approve) removal of unused bundles " - " :BundleInstall - install bundles (won't update installed) - " :BundleInstall! - update if installed - " - " :Bundles foo - search for foo - " :Bundles! foo - refresh cached list and search for foo - " - " :BundleClean - confirm removal of unused bundles - " :BundleClean! - remove without confirmation - " - " see :h vundle for more details - " or wiki for FAQ - " Note: comments after Bundle command are not allowed.. + " see :h vundle for more details or wiki for FAQ + " NOTE: comments after Bundle command are not allowed.. ``` diff --git a/doc/vundle.txt b/doc/vundle.txt index 0a9b833..13963f4 100644 --- a/doc/vundle.txt +++ b/doc/vundle.txt @@ -202,10 +202,11 @@ content: > As the first line(starting with `"Keymap:`) shows, certain actions may be applied to selected bundles . Move cursor over line `Bundle 'unite.vim'` and press i key(install, see |vundle-keymappings| for more details). -TODO: this is broken After unite.vim is installed - `:Unite file` command should be available to prove 'unite.vim' availability. +NOTE: Interactive installation doesn't update your .vimrc configuration. + *vundle-keymappings* 6. KEY MAPPINGS ~ @@ -219,6 +220,4 @@ KEY | DESCRIPTION R | fetch fresh script list from server -NOTE: Interactive installation doesn't update your .vimrc configuration. - vim:tw=78:ts=8:ft=help:norl: