document :BundleList

This commit is contained in:
gmarik 2011-08-23 16:42:12 -05:00
parent 73e9c651fa
commit afd9edb6ac

View File

@ -12,7 +12,8 @@ CONTENTS ~
4.2. Installing scripts |vundle-scripts-install|
4.3. Updating scripts |vundle-scripts-update|
4.4. Searching scripts |vundle-scripts-search|
4.5. Cleanup |vundle-scripts-cleanup|
4.5. Listing scripts |vundle-scripts-list|
4.6. Cleanup |vundle-scripts-cleanup|
5. Interactive mode |vundle-interactive|
===========================================================================
@ -154,7 +155,15 @@ it will display all known scripts
Searching requires [`curl`](http://curl.haxx.se/)
4.5 CLEANING UP ~
4.5 LISTING BUNDLES ~
*vundle-scripts-list* *BundleList*
To quickly pull list of configured bundles use >
:BundleList
4.6 CLEANING UP ~
*vundle-scripts-cleanup* *BundleClean*
run >
@ -168,6 +177,7 @@ requires confirmation before removal of unused script-dirs from your `.vim/bundl
removes unused scripts with no questions.
*vundle-interactive*
5. INTERACTIVE MODE ~