From 045bef25108a4e68aac1d70471f2f69cbaa4eb3c Mon Sep 17 00:00:00 2001 From: hustcalm Date: Mon, 6 May 2013 19:45:58 +0800 Subject: [PATCH] plugins will work automatically thx to pathogen --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f791872..0e421244 100644 --- a/README.md +++ b/README.md @@ -328,9 +328,9 @@ You can also add your own favorite script from [vim-scripts.org](http://vim-scri As amix mentioned, you can isntall your own plugins via pathogen,for instance vim-rails: cd ~/.vim_runtime - git clone git://github.com/tpope/vim-rails.git sources_plugins/vim-rails + git clone git://github.com/tpope/vim-rails.git sources_non_forked/vim-rails -After this,you got vim-rails under sources_plugins/vim-rails as a git local repo. +After this,you got vim-rails under sources_non_forked/vim-rails as a git local repo. **But** all you got at this time is a local repo and you may get upset if you want to share your very super plugin together with Ultimate vimrc.