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('jenkins', expand('<sfile>:p'))
if !has_key(g:polyglot_is_disabled, 'jenkins')
finish
endif

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
if !polyglot#util#IsEnabled('bzl', expand('<sfile>:p'))
if !has_key(g:polyglot_is_disabled, 'bzl')
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('caddyfile', expand('<sfile>:p'))
if !has_key(g:polyglot_is_disabled, 'caddyfile')
finish
endif

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
if !polyglot#util#IsEnabled('handlebars', expand('<sfile>:p'))
if !has_key(g:polyglot_is_disabled, 'handlebars')
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('hcl', expand('<sfile>:p'))
if !has_key(g:polyglot_is_disabled, 'hcl')
finish
endif

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
if !polyglot#util#IsEnabled('htmldjango', expand('<sfile>:p'))
if !has_key(g:polyglot_is_disabled, 'htmldjango')
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('j', expand('<sfile>:p'))
if !has_key(g:polyglot_is_disabled, 'j')
finish
endif

View File

@@ -1,4 +1,4 @@
if !polyglot#util#IsEnabled('java', expand('<sfile>:p'))
if !has_key(g:polyglot_is_disabled, 'java')
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('json', expand('<sfile>:p'))
if !has_key(g:polyglot_is_disabled, 'json')
finish
endif

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
if !polyglot#util#IsEnabled('coffee-script', expand('<sfile>:p'))
if !has_key(g:polyglot_is_disabled, 'coffee-script')
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('logtalk', expand('<sfile>:p'))
if !has_key(g:polyglot_is_disabled, 'logtalk')
finish
endif

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

Some files were not shown because too many files have changed in this diff Show More