Browse Source

Remove example script which breaks install

According to this discussion https://github.com/VundleVim/Vundle.vim/issues/713 this plugin is simply an example, but the example seems to consistently break the installation process.

If this is the case better to remove it.

Another example of it causing problems: https://github.com/VundleVim/Vundle.vim/issues/784
pull/808/head
Philip Kirkbride 9 years ago
committed by Simon Podhajsky
parent
commit
a2f63d76a9
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      README.md

+ 0
- 2
README.md View File

@ -61,8 +61,6 @@
" Keep Plugin commands between vundle#begin/end.
" plugin on GitHub repo
Plugin 'tpope/vim-fugitive'
" plugin from http://vim-scripts.org/vim/scripts.html
Plugin 'L9'
" 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)


Loading…
Cancel
Save