summaryrefslogtreecommitdiffstats
path: root/plugin_guard.vim.template
blob: b2e6c31e769a30a1b377a10fe39e5834e8689469 (plain) (blame)
1
2
3
4
5
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, '%%PACK%%') == -1

%%CONTENT%%

endif