Browse Source

Docs: add g:vundle_default_git_proto option

pull/126/head
gmarik 14 years ago
parent
commit
6f7c6d33e8
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      doc/vundle.txt

+ 10
- 0
doc/vundle.txt View File

@ -16,6 +16,7 @@ CONTENTS ~
4.6. Cleanup |vundle-scripts-cleanup|
5. Interactive mode |vundle-interactive|
6. Key mappings |vundle-keymappings|
7. Options |vundle-options|
===========================================================================
@ -219,6 +220,15 @@ KEY | DESCRIPTION
c | run :BundleClean
s | run :BundleSearch
R | fetch fresh script list from server
.
*vundle-options*
7. OPTIONS ~
>
let g:vundle_default_git_proto = 'git'
makes Vundle use `git` instead default `https` when building absolute repo URIs
vim:tw=78:ts=8:ft=help:norl:

Loading…
Cancel
Save