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

%%CONTENT%%