Preserve loading order of plugins, fixes #608

This commit is contained in:
Adam Stankiewicz
2020-10-25 20:33:44 +01:00
parent 81ada1101e
commit 45a7512dea
1287 changed files with 1963 additions and 1952 deletions

View File

@@ -1,4 +1,4 @@
if !polyglot#util#IsEnabled('haskell', expand('<sfile>:p'))
if !has_key(g:polyglot_is_disabled, 'haskell')
finish
endif

View File

@@ -1,4 +1,4 @@
if !polyglot#util#IsEnabled('cjsx', expand('<sfile>:p'))
if !has_key(g:polyglot_is_disabled, 'cjsx')
finish
endif

View File

@@ -1,4 +1,4 @@
if !polyglot#util#IsEnabled('haskell', expand('<sfile>:p'))
if !has_key(g:polyglot_is_disabled, 'haskell')
finish
endif

View File

@@ -1,4 +1,4 @@
if !polyglot#util#IsEnabled('html5', expand('<sfile>:p'))
if !has_key(g:polyglot_is_disabled, 'html5')
finish
endif

View File

@@ -1,4 +1,4 @@
if !polyglot#util#IsEnabled('idris', expand('<sfile>:p'))
if !has_key(g:polyglot_is_disabled, 'idris')
finish
endif

View File

@@ -1,4 +1,4 @@
if !polyglot#util#IsEnabled('idris2', expand('<sfile>:p'))
if !has_key(g:polyglot_is_disabled, 'idris2')
finish
endif

View File

@@ -1,4 +1,4 @@
if !polyglot#util#IsEnabled('javascript', expand('<sfile>:p'))
if !has_key(g:polyglot_is_disabled, 'javascript')
finish
endif

View File

@@ -1,4 +1,4 @@
if !polyglot#util#IsEnabled('jsx', expand('<sfile>:p'))
if !has_key(g:polyglot_is_disabled, 'jsx')
finish
endif

View File

@@ -1,4 +1,4 @@
if !polyglot#util#IsEnabled('jsx', expand('<sfile>:p'))
if !has_key(g:polyglot_is_disabled, 'jsx')
finish
endif

View File

@@ -1,4 +1,4 @@
if !polyglot#util#IsEnabled('jsx', expand('<sfile>:p'))
if !has_key(g:polyglot_is_disabled, 'jsx')
finish
endif

View File

@@ -1,4 +1,4 @@
if !polyglot#util#IsEnabled('llvm', expand('<sfile>:p'))
if !has_key(g:polyglot_is_disabled, 'llvm')
finish
endif

View File

@@ -1,4 +1,4 @@
if !polyglot#util#IsEnabled('puppet', expand('<sfile>:p'))
if !has_key(g:polyglot_is_disabled, 'puppet')
finish
endif

View File

@@ -1,4 +1,4 @@
if !polyglot#util#IsEnabled('jsx', expand('<sfile>:p'))
if !has_key(g:polyglot_is_disabled, 'jsx')
finish
endif

View File

@@ -1,4 +1,4 @@
if !polyglot#util#IsEnabled('jsx', expand('<sfile>:p'))
if !has_key(g:polyglot_is_disabled, 'jsx')
finish
endif