summaryrefslogtreecommitdiffstats
path: root/plugin_guard.vim.template
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-08-18 20:01:12 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-08-18 20:01:12 +0200
commit6bb111eaba95b80c0e0dfd0bfb380bad19a45c77 (patch)
treef4b1061fda17d5225c123fa6cd9c9bd1ecb685e1 /plugin_guard.vim.template
parentdfecb6307872d1e7cb77e9fd18fffb921b3e33bf (diff)
downloadvim-polyglot-6bb111eaba95b80c0e0dfd0bfb380bad19a45c77.tar.gz
vim-polyglot-6bb111eaba95b80c0e0dfd0bfb380bad19a45c77.zip
Embed plugin guards
Diffstat (limited to 'plugin_guard.vim.template')
-rw-r--r--plugin_guard.vim.template5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugin_guard.vim.template b/plugin_guard.vim.template
deleted file mode 100644
index b2e6c31e..00000000
--- a/plugin_guard.vim.template
+++ /dev/null
@@ -1,5 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, '%%PACK%%') == -1
-
-%%CONTENT%%
-
-endif