Docs: wording

This commit is contained in:
gmarik 2011-12-20 02:21:17 -06:00
parent 162b1bdd4f
commit 877d03bf8d

View File

@ -159,7 +159,7 @@ Searching requires [`curl`](http://curl.haxx.se/)
4.5 LISTING BUNDLES ~ 4.5 LISTING BUNDLES ~
*vundle-scripts-list* *BundleList* *vundle-scripts-list* *BundleList*
To quickly pull list of configured bundles use > To quickly pull list of installed bundles use >
:BundleList :BundleList
@ -170,13 +170,13 @@ run >
:BundleClean :BundleClean
requires confirmation before removal of unused script-dirs from your `.vim/bundle`. confirms removal of unused script-dirs from `.vim/bundle/`.
*BundleClean!* *BundleClean!*
> >
:BundleClean! :BundleClean!
removes unused scripts with no questions. removes unused dirs with no questions.
*vundle-interactive* *vundle-interactive*