1
0

add min version requirement for Gundo

This commit is contained in:
valeth 2015-04-08 18:31:31 +02:00
parent c5b12fd794
commit e41c623b08

View File

@ -6,23 +6,22 @@ Plug 'scrooloose/syntastic'
Plug 'jiangmiao/auto-pairs'
Plug 'majutsushi/tagbar'
if version >= 704
Plug 'vim-pandoc/vim-pandoc'
Plug 'vim-pandoc/vim-pandoc-syntax'
endif
Plug 'kien/ctrlp.vim'
Plug 'vim-scripts/gnupg'
"Plug 'tomasr/molokai'
Plug 'junegunn/seoul256.vim'
" Load on demand
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
Plug 'scrooloose/nerdtree-git-plugin', { 'on': 'NERDTreeToggle' }
Plug 'vim-scripts/Gundo', { 'on': 'GundoToggle' }
if version >= 704
Plug 'vim-pandoc/vim-pandoc'
Plug 'vim-pandoc/vim-pandoc-syntax'
Plug 'Valloric/YouCompleteMe', { 'do': './install.sh --clang-completer --system-libclang' }
endif
if version >= 703
Plug 'vim-scripts/Gundo', { 'on': 'GundoToggle' }
endif
call plug#end()