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, 'haskell')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'haskell', 'after/ftplugin/cabal.vim')
finish
endif

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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