Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs
  • Loading branch information
gmarik committed Mar 20, 2011
1 parent f1bac10 commit 3521815
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/vundle.txt
Expand Up @@ -84,14 +84,16 @@ command in `.vimrc`: >
or >
Bundle 'script_name' " 'script-name' should be an official script name (see |vundle-scripts-search| )
Vundle loves Github, that's why short uris can be used to configure bundles: >
Vundle loves Github, that's why short uris can be used with commands: >
Bundle 'tpope/vim-fugitive'
equals full uri >
Bundle 'http://github.com/tpope/vim-fugitive.git'
NOTE: Vundle defaults to http:// protocol for the short URIs


4.2 INSTALL SCRIPTS ~
*vundle-scripts-install* *BundleInstall*
Expand Down Expand Up @@ -158,11 +160,11 @@ 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 :Bundles command. For instance, running: >
:Bundles! unite
searches for scripts matching 'unite' string and yields a split window with
triggers search for scripts matching 'unite' and yields a split window with
content: >
"Keymap: i - Install bundle; c - Cleanup; r - Refine list; R - Reload list
Expand Down

0 comments on commit 3521815

Please sign in to comment.