remove version check for vim-pandoc
This commit is contained in:
parent
88e0b5137a
commit
18ee41e7d9
@ -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" ]
|
Loading…
Reference in New Issue
Block a user