diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-07 12:10:02 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-07 12:10:02 +0200 |
commit | f084509520f6b2df54c27c6b76db5d29bf153856 (patch) | |
tree | 954d0920fc1e32d7a7114e46bdb8fbf9a00ed1b9 | |
parent | 214ecc13849fb0e8141944a10b186b0e92b21549 (diff) | |
download | vim-polyglot-f084509520f6b2df54c27c6b76db5d29bf153856.tar.gz vim-polyglot-f084509520f6b2df54c27c6b76db5d29bf153856.zip |
Fix vim 8 package manager, closes #574
-rw-r--r-- | plugin/polyglot.vim | 3 |
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 |