From 949bd2b31ec02c5fb7104555b0c556eb625c1ee3 Mon Sep 17 00:00:00 2001 From: liuhong Date: Mon, 16 May 2016 11:42:43 +0800 Subject: [PATCH] let vundle manage vundle --- vundle_plugins.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vundle_plugins.vim b/vundle_plugins.vim index 580bfd5a..5ca9324e 100644 --- a/vundle_plugins.vim +++ b/vundle_plugins.vim @@ -1,3 +1,6 @@ +""" let Vundle manage Vundle +Bundle 'VundleVim/Vundle.vim' + """ vim-scripts repos Bundle 'YankRing.vim' Bundle 'bufexplorer.zip'