From 877d03bf8da55116b129f7ba53ebe6ab9640b300 Mon Sep 17 00:00:00 2001 From: gmarik Date: Tue, 20 Dec 2011 02:21:17 -0600 Subject: [PATCH] Docs: wording --- doc/vundle.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/vundle.txt b/doc/vundle.txt index 3b347ce..d58b0a6 100644 --- a/doc/vundle.txt +++ b/doc/vundle.txt @@ -159,7 +159,7 @@ Searching requires [`curl`](http://curl.haxx.se/) 4.5 LISTING BUNDLES ~ *vundle-scripts-list* *BundleList* -To quickly pull list of configured bundles use > +To quickly pull list of installed bundles use > :BundleList @@ -170,13 +170,13 @@ run > :BundleClean -requires confirmation before removal of unused script-dirs from your `.vim/bundle`. +confirms removal of unused script-dirs from `.vim/bundle/`. *BundleClean!* > :BundleClean! -removes unused scripts with no questions. +removes unused dirs with no questions. *vundle-interactive*