From 323716c9fdd59021c0c3a1fdf900108ace857e41 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Tue, 3 Feb 2015 18:49:35 +0100 Subject: Updated .vimrc --- vim/.vim/bundle/Vundle.vim | 1 - vim/.vim/bundle/Vundle.vim/test/minirc.vim | 8 ++++++++ 2 files changed, 8 insertions(+), 1 deletion(-) delete mode 160000 vim/.vim/bundle/Vundle.vim create mode 100644 vim/.vim/bundle/Vundle.vim/test/minirc.vim (limited to 'vim/.vim/bundle/Vundle.vim/test/minirc.vim') diff --git a/vim/.vim/bundle/Vundle.vim b/vim/.vim/bundle/Vundle.vim deleted file mode 160000 index 0b28e33..0000000 --- a/vim/.vim/bundle/Vundle.vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0b28e334e65b6628b0a61c412fcb45204a2f2bab diff --git a/vim/.vim/bundle/Vundle.vim/test/minirc.vim b/vim/.vim/bundle/Vundle.vim/test/minirc.vim new file mode 100644 index 0000000..3c24395 --- /dev/null +++ b/vim/.vim/bundle/Vundle.vim/test/minirc.vim @@ -0,0 +1,8 @@ +set nocompatible +syntax on +filetype off +set rtp+=~/.vim/bundle/Vundle.vim/ +call vundle#rc() +Bundle 'gmarik/Vundle.vim' +filetype plugin indent on + -- cgit v1.2.3