diff options
author | Cody Hiar <chiar@hybridforge.com> | 2015-08-12 11:51:04 -0600 |
---|---|---|
committer | Cody Hiar <chiar@hybridforge.com> | 2015-08-12 11:51:04 -0600 |
commit | 72d653e1e0cffe2e48bd7a393acf08c96d6db50a (patch) | |
tree | 6c870fd1fa4737103fe728b1438c27ac6863fc75 /bundle/Vundle.vim/test/minirc.vim |
Inidiat commit of working files
Diffstat (limited to 'bundle/Vundle.vim/test/minirc.vim')
-rw-r--r-- | bundle/Vundle.vim/test/minirc.vim | 9 |
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 + |