Clarified comment for non GitHub example in Configure bundles

This commit is contained in:
Matthew Vance 2014-04-26 21:02:05 -03:00 committed by Jacobo de Vera
parent 526d390854
commit 286abd12f2
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-fugitive'
" plugin from http://vim-scripts.org/vim/scripts.html " plugin from http://vim-scripts.org/vim/scripts.html
Plugin 'L9' Plugin 'L9'
" plugin not on GitHub " Git plugin not hosted on GitHub
Plugin 'git://git.wincent.com/command-t.git' Plugin 'git://git.wincent.com/command-t.git'
" git repos on your local machine (i.e. when working on your own plugin) " git repos on your local machine (i.e. when working on your own plugin)
Plugin 'file:///home/gmarik/path/to/plugin' Plugin 'file:///home/gmarik/path/to/plugin'

View File

@ -87,7 +87,7 @@ more information.
Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-fugitive'
" plugin from http://vim-scripts.org/vim/scripts.html " plugin from http://vim-scripts.org/vim/scripts.html
Plugin 'L9' Plugin 'L9'
" plugin not on GitHub " Git plugin not hosted on GitHub
Plugin 'git://git.wincent.com/command-t.git' Plugin 'git://git.wincent.com/command-t.git'
" git repos on your local machine (i.e. when working on your own plugin) " git repos on your local machine (i.e. when working on your own plugin)
Plugin 'file:///home/gmarik/path/to/plugin' Plugin 'file:///home/gmarik/path/to/plugin'