vim-polyglot/plugin_guard.vim.template
2019-03-04 09:28:35 +01:00

6 lines
109 B
Plaintext

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