diff options
| author | Horus3 | 2015-02-03 18:49:35 +0100 |
|---|---|---|
| committer | Horus3 | 2015-02-03 18:49:35 +0100 |
| commit | 323716c9fdd59021c0c3a1fdf900108ace857e41 (patch) | |
| tree | 2ac3a3c705ce08bba157954c377606585e32c734 /vim/.vim/bundle/Vundle.vim/test/minirc.vim | |
| parent | ff775238f563bcd0f25985c029f98f90c5e4a70b (diff) | |
| download | dotfiles-323716c9fdd59021c0c3a1fdf900108ace857e41.tar.gz | |
Updated .vimrc
Diffstat (limited to 'vim/.vim/bundle/Vundle.vim/test/minirc.vim')
| m--------- | vim/.vim/bundle/Vundle.vim | 0 | ||||
| -rw-r--r-- | vim/.vim/bundle/Vundle.vim/test/minirc.vim | 8 |
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 + |
