1
0

remove version check for vim-pandoc

This commit is contained in:
valeth 2016-04-20 18:12:59 +02:00
parent 88e0b5137a
commit 18ee41e7d9

View File

@ -1,7 +1,5 @@
if v:version >= 704
Plug 'vim-pandoc/vim-pandoc'
Plug 'vim-pandoc/vim-pandoc-syntax'
endif
Plug 'vim-pandoc/vim-pandoc'
Plug 'vim-pandoc/vim-pandoc-syntax'
" the filetypes for which vim-pandoc should be used
let g:pandoc#filetypes#handles = [ "markdown", "pandoc" ]