Fix loading for vim 8 packages, closes #613

This commit is contained in:
Adam Stankiewicz
2021-01-01 22:30:41 +01:00
parent f3b646fd6f
commit 05b8bbc938
1303 changed files with 4939 additions and 4911 deletions

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'arduino')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'arduino', 'syntax/arduino.vim')
finish
endif