docs
This commit is contained in:
parent
0324149a0e
commit
49c5f890a2
18
README.md
18
README.md
@ -42,19 +42,13 @@
|
|||||||
filetype plugin indent on " required!
|
filetype plugin indent on " required!
|
||||||
"
|
"
|
||||||
" Brief help
|
" 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)
|
" see :h vundle for more details or wiki for FAQ
|
||||||
" :BundleInstall! - update if installed
|
" NOTE: comments after Bundle command are not allowed..
|
||||||
"
|
|
||||||
" :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..
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -202,10 +202,11 @@ content: >
|
|||||||
As the first line(starting with `"Keymap:`) shows, certain actions may be applied
|
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
|
to selected bundles . Move cursor over line `Bundle 'unite.vim'` and press i
|
||||||
key(install, see |vundle-keymappings| for more details).
|
key(install, see |vundle-keymappings| for more details).
|
||||||
TODO: this is broken
|
|
||||||
After unite.vim is installed - `:Unite file` command should be
|
After unite.vim is installed - `:Unite file` command should be
|
||||||
available to prove 'unite.vim' availability.
|
available to prove 'unite.vim' availability.
|
||||||
|
|
||||||
|
NOTE: Interactive installation doesn't update your .vimrc configuration.
|
||||||
|
|
||||||
*vundle-keymappings*
|
*vundle-keymappings*
|
||||||
6. KEY MAPPINGS ~
|
6. KEY MAPPINGS ~
|
||||||
|
|
||||||
@ -219,6 +220,4 @@ KEY | DESCRIPTION
|
|||||||
R | fetch fresh script list from server
|
R | fetch fresh script list from server
|
||||||
|
|
||||||
|
|
||||||
NOTE: Interactive installation doesn't update your .vimrc configuration.
|
|
||||||
|
|
||||||
vim:tw=78:ts=8:ft=help:norl:
|
vim:tw=78:ts=8:ft=help:norl:
|
||||||
|
Loading…
Reference in New Issue
Block a user