From 6177d1f09de894c2dd9628437803dc59ffc3c83e Mon Sep 17 00:00:00 2001 From: Faun Date: Wed, 26 Feb 2014 18:45:50 +0700 Subject: [PATCH] Remove vim-bundler because it conflicts w/ vundle Both bundler.vim and vundle use :Bundle This can cause issues. So I'm removing it. https://github.com/gmarik/Vundle.vim/issues/76 --- bundles.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/bundles.vim b/bundles.vim index 6630174b..78b6de04 100644 --- a/bundles.vim +++ b/bundles.vim @@ -4,7 +4,6 @@ Bundle 'elzr/vim-json' Bundle 'othree/html5.vim' Bundle 'pangloss/vim-javascript' Bundle 'slim-template/vim-slim' -Bundle 'tpope/vim-bundler' Bundle 'tpope/vim-haml' Bundle 'tpope/vim-markdown' Bundle 'tpope/vim-rails'