Files
vim-polyglot/plugin_guard.vim.template
2019-09-06 15:54:31 +02:00

4 lines
100 B
Plaintext

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, '%%PACK%%') == -1
%%CONTENT%%
endif