Browse Source

docs

pull/25/merge 0.7
gmarik 15 years ago
parent
commit
352181553f
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      doc/vundle.txt

+ 5
- 3
doc/vundle.txt View File

@ -84,7 +84,7 @@ command in `.vimrc`: >
or > or >
Bundle 'script_name' " 'script-name' should be an official script name (see |vundle-scripts-search| ) 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' Bundle 'tpope/vim-fugitive'
@ -92,6 +92,8 @@ equals full uri >
Bundle 'http://github.com/tpope/vim-fugitive.git' Bundle 'http://github.com/tpope/vim-fugitive.git'
NOTE: Vundle defaults to http:// protocol for the short URIs
4.2 INSTALL SCRIPTS ~ 4.2 INSTALL SCRIPTS ~
*vundle-scripts-install* *BundleInstall* *vundle-scripts-install* *BundleInstall*
@ -158,11 +160,11 @@ removes unused scripts with no questions.
5. INTERACTIVE MODE ~ 5. INTERACTIVE MODE ~
Vundle provides simple interactive mode to help you explore new scripts easily. 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 :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: > content: >
"Keymap: i - Install bundle; c - Cleanup; r - Refine list; R - Reload list "Keymap: i - Install bundle; c - Cleanup; r - Refine list; R - Reload list


Loading…
Cancel
Save