summaryrefslogtreecommitdiffstats
path: root/bundle/Vundle.vim/test/minirc.vim
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2017-01-30 15:55:41 +0100
committerAhmed Abdelhalim <[email protected]>2017-01-30 15:55:41 +0100
commitb0c02b2464fd0720ca5d3f261eb09122c7e8f0aa (patch)
treef3d95d66272de2fa6d5fe4b1a837f299efb8f8d2 /bundle/Vundle.vim/test/minirc.vim
parent31a2eb92b3c54b70db3ce35e5b5a60539b221e26 (diff)
FIX: remove vundle files
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 f4ece70..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 'VundleVim/Vundle.vim'
-call vundle#end()
-filetype plugin indent on
-