diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2016-06-26 18:13:30 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2016-06-26 18:13:30 +0200 |
commit | 7a32eec6d17ec6de269753b8ef7b11d27b562853 (patch) | |
tree | afb61bd1dee3485ee5c6e6e1f4a97f1dafba05bf /build | |
parent | c69562f864cb0ee973142a45091f6cb46ce0b1df (diff) | |
download | vim-polyglot-7a32eec6d17ec6de269753b8ef7b11d27b562853.tar.gz vim-polyglot-7a32eec6d17ec6de269753b8ef7b11d27b562853.zip |
Change markdown provider to plasticboyv2.11.0
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,6 +5,7 @@ set -E DIRS="syntax indent compiler autoload ftplugin ftdetect after/syntax after/indent after/ftplugin after/ftdetect" DIRS_BASIC="syntax compiler indent ftdetect after/syntax after/indent after/ftdetect" DIRS_ALL="syntax indent compiler autoload ftplugin ftdetect after" +DIRS_SYNTAX="syntax ftdetect after/syntax after/ftdetect" OUTPUT="" @@ -137,7 +138,7 @@ PACKS=" less:groenewege/vim-less liquid:tpope/vim-liquid mako:sophacles/vim-bundle-mako - markdown:tpope/vim-markdown + markdown:plasticboy/vim-markdown:_SYNTAX nginx:othree/nginx-contrib-vim nim:zah/nim.vim:_BASIC nix:spwhitt/vim-nix |