summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-07 12:10:02 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-07 12:10:02 +0200
commitf084509520f6b2df54c27c6b76db5d29bf153856 (patch)
tree954d0920fc1e32d7a7114e46bdb8fbf9a00ed1b9
parent214ecc13849fb0e8141944a10b186b0e92b21549 (diff)
downloadvim-polyglot-f084509520f6b2df54c27c6b76db5d29bf153856.tar.gz
vim-polyglot-f084509520f6b2df54c27c6b76db5d29bf153856.zip
Fix vim 8 package manager, closes #574
-rw-r--r--plugin/polyglot.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/polyglot.vim b/plugin/polyglot.vim
new file mode 100644
index 00000000..3148cff7
--- /dev/null
+++ b/plugin/polyglot.vim
@@ -0,0 +1,3 @@
+if !exists("did_load_polyglot")
+ runtime! ftdetect/polyglot.vim
+endif