Browse Source

Clarified comment for non GitHub example in Configure bundles

next
Matthew Vance 12 years ago
committed by Jacobo de Vera
parent
commit
286abd12f2
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      README.md
  2. +1
    -1
      doc/vundle.txt

+ 1
- 1
README.md View File

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


+ 1
- 1
doc/vundle.txt View File

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


Loading…
Cancel
Save