This commit is contained in:
gmarik 2011-08-25 21:23:10 -05:00
parent 0324149a0e
commit 49c5f890a2
2 changed files with 8 additions and 15 deletions

View File

@ -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..
```

View File

@ -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: