From 660419b4ea0d1a318c23b816efe6b7a8bc332c0e Mon Sep 17 00:00:00 2001 From: Fabio Gallonetto Date: Thu, 21 Mar 2013 16:38:41 +0000 Subject: [PATCH] Change duhanebel's forked repos to originals Both powerline and syntastic on the default vundles.vim were pointing to my own forks, which are not needed for the main repo. --- vim/vundles.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/vundles.vim b/vim/vundles.vim index ba818f8..003dad1 100644 --- a/vim/vundles.vim +++ b/vim/vundles.vim @@ -27,7 +27,7 @@ Bundle "scrooloose/nerdtree.git" Bundle "jistr/vim-nerdtree-tabs.git" Bundle "vim-scripts/AutoTag.git" Bundle "vim-scripts/IndexedSearch" -Bundle "duhanebel/syntastic.git" +Bundle "scrooloose/syntastic.git" Bundle "sjbach/lusty.git" Bundle "tjennings/git-grep-vim" Bundle "skwp/greplace.vim" @@ -86,7 +86,7 @@ Bundle "groenewege/vim-less.git" Bundle "mattn/webapi-vim.git" Bundle "astashov/vim-ruby-debugger" Bundle "aaronjensen/vim-sass-status.git" -Bundle "duhanebel/vim-powerline.git" +Bundle "skwp/vim-powerline.git" Bundle "briancollins/vim-jst" Bundle "pangloss/vim-javascript" Bundle "skwp/YankRing.vim"