summaryrefslogtreecommitdiffstats
path: root/plugin_guard.vim.template
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--plugin_guard.vim.template2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin_guard.vim.template b/plugin_guard.vim.template
index f2c9883d..b2e6c31e 100644
--- a/plugin_guard.vim.template
+++ b/plugin_guard.vim.template
@@ -1,3 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, '%%PACK%%') == -1
+
%%CONTENT%%
+
endif