Skip to content

Commit f084509

Browse files
committed
Fix vim 8 package manager, closes #574
1 parent 214ecc1 commit f084509

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugin/polyglot.vim

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
if !exists("did_load_polyglot")
2+
runtime! ftdetect/polyglot.vim
3+
endif

0 commit comments

Comments
 (0)