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

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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