Skip to content

Commit

Permalink
Docs: add g:vundle_default_git_proto option
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarik committed Dec 20, 2011
1 parent f6ce31f commit 6f7c6d3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/vundle.txt
Expand Up @@ -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|

===========================================================================

Expand Down Expand Up @@ -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:

0 comments on commit 6f7c6d3

Please sign in to comment.