Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarik committed Aug 26, 2011
1 parent 49c5f89 commit 41f125b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
filetype plugin indent on " required!
"
" Brief help
" :BundleList(!) - install(update) bundles (won't update installed)
" :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
Expand Down
9 changes: 5 additions & 4 deletions doc/vundle.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ installs or updates configured scripts.
4.4 SEARCHING ~
*vundle-scripts-search* *BundleSearch*
run >
:Bundles foo " NOTE: plural Bundles not singular Bundle
:BundleSearch foo
lists bundles matching 'foo' in new a new split window, ie:
>
Expand All @@ -144,13 +144,13 @@ lists bundles matching 'foo' in new a new split window, ie:
>
and >
:Bundles! foo
:BundleSearch! foo
refreshes script list before performing actual search.

If command is run without argument: >
:Bundles!
:BundleSearch!
it will display all known scripts

Expand Down Expand Up @@ -183,7 +183,8 @@ removes unused scripts with no questions.
5. INTERACTIVE MODE ~

Vundle provides simple interactive mode to help you explore new scripts easily.
Interactive mode is available as result of :Bundles command. For instance, running: >
Interactive mode is available as result of any commands that display list of
bundles. For instance, running: >
:BundleSearch! unite
Expand Down

0 comments on commit 41f125b

Please sign in to comment.