aboutsummaryrefslogtreecommitdiff
path: root/bundle/Vundle.vim/test/minirc.vim
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2015-08-17 11:57:49 -0600
committerCody Hiar <codyfh@gmail.com>2015-08-17 11:57:49 -0600
commite398816da47aa706b2bf05b8a663a637d5b6f39c (patch)
tree6231dd8617d79e4dc2192ace65e14ba8fb66ca1e /bundle/Vundle.vim/test/minirc.vim
parent547be64dd10d56c1a0979756eaf0b2aaaf15f6ec (diff)
Changing to different plugin system
Diffstat (limited to 'bundle/Vundle.vim/test/minirc.vim')
-rw-r--r--bundle/Vundle.vim/test/minirc.vim9
1 files changed, 0 insertions, 9 deletions
diff --git a/bundle/Vundle.vim/test/minirc.vim b/bundle/Vundle.vim/test/minirc.vim
deleted file mode 100644
index 7b48d13..0000000
--- a/bundle/Vundle.vim/test/minirc.vim
+++ /dev/null
@@ -1,9 +0,0 @@
-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
-