diff options
Diffstat (limited to 'plugin_guard.vim.template')
-rw-r--r-- | plugin_guard.vim.template | 5 |
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 |