summaryrefslogtreecommitdiff
path: root/vim/.vim/bundle/Vundle.vim/test/minirc.vim
diff options
context:
space:
mode:
authorHorus32015-02-03 18:49:35 +0100
committerHorus32015-02-03 18:49:35 +0100
commit323716c9fdd59021c0c3a1fdf900108ace857e41 (patch)
tree2ac3a3c705ce08bba157954c377606585e32c734 /vim/.vim/bundle/Vundle.vim/test/minirc.vim
parentff775238f563bcd0f25985c029f98f90c5e4a70b (diff)
downloaddotfiles-323716c9fdd59021c0c3a1fdf900108ace857e41.tar.gz
Updated .vimrc
Diffstat (limited to 'vim/.vim/bundle/Vundle.vim/test/minirc.vim')
m---------vim/.vim/bundle/Vundle.vim0
-rw-r--r--vim/.vim/bundle/Vundle.vim/test/minirc.vim8
2 files changed, 8 insertions, 0 deletions
diff --git a/vim/.vim/bundle/Vundle.vim b/vim/.vim/bundle/Vundle.vim
deleted file mode 160000
-Subproject 0b28e334e65b6628b0a61c412fcb45204a2f2ba
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
+