summaryrefslogtreecommitdiffstats
path: root/bundle/Vundle.vim/test/minirc.vim
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2015-06-29 13:59:56 +0200
committerAhmed Abdelhalim <[email protected]>2015-06-29 13:59:56 +0200
commit424850ced3d013ee7ebf5cb6d51293e6a7914c80 (patch)
tree2c5aa6bea49eea066e76e9d7c0431694634d9d11 /bundle/Vundle.vim/test/minirc.vim
parent5026ad9d7dc5cb8bc2ef319726c2c4aa6b393453 (diff)
Install bundle using clone instead of problematic submodule
Diffstat (limited to 'bundle/Vundle.vim/test/minirc.vim')
-rw-r--r--bundle/Vundle.vim/test/minirc.vim9
1 files changed, 9 insertions, 0 deletions
diff --git a/bundle/Vundle.vim/test/minirc.vim b/bundle/Vundle.vim/test/minirc.vim
new file mode 100644
index 0000000..7b48d13
--- /dev/null
+++ b/bundle/Vundle.vim/test/minirc.vim
@@ -0,0 +1,9 @@
+set nocompatible
+syntax on
+filetype off
+set rtp+=~/.vim/bundle/Vundle.vim/
+call vundle#begin()
+Plugin 'gmarik/Vundle.vim'
+call vundle#end()
+filetype plugin indent on
+