mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Preserve loading order of plugins, fixes #608
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('8th', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, '8th')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('jenkins', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'jenkins')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('a2ps', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'a2ps')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('a65', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'a65')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('aap', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'aap')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('abap', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'abap')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('abaqus', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'abaqus')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('abc', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'abc')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('abel', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'abel')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('acedb', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'acedb')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('ada', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'ada')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('ahdl', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'ahdl')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('aidl', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'aidl')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('alsaconf', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'alsaconf')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('aml', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'aml')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('ampl', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'ampl')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('ansible', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'ansible')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('ansible', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'ansible')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('ant', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'ant')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('apache', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'apache')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('apachestyle', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'apachestyle')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('apiblueprint', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'apiblueprint')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('applescript', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'applescript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('aptconf', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'aptconf')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('arch', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'arch')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('arduino', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'arduino')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('art', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'art')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('asciidoc', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'asciidoc')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('acpiasl', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'acpiasl')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('asn', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'asn')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('aspperl', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'aspperl')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('aspvbs', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'aspvbs')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('asterisk', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'asterisk')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('asteriskvm', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'asteriskvm')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('atlas', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'atlas')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('autodoc', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'autodoc')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('autoit', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'autoit')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('automake', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'automake')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('ave', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'ave')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('awk', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'awk')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('b', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'b')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('basic', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'basic')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('typescript', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'typescript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('typescript', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'typescript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('typescript', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'typescript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('typescript', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'typescript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('typescript', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'typescript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('typescript', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'typescript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('typescript', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'typescript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('typescript', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'typescript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('typescript', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'typescript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('typescript', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'typescript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('typescript', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'typescript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('typescript', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'typescript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('typescript', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'typescript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('typescript', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'typescript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('bc', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'bc')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('bdf', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'bdf')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('bib', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'bib')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('bindzone', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'bindzone')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('blade', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'blade')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('blank', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'blank')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('brewfile', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'brewfile')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('bsdl', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'bsdl')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('bst', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'bst')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('bzl', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'bzl')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('bzr', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'bzr')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('c/c++', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'c/c++')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('haskell', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'haskell')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('cabal', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'cabal')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('caddyfile', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'caddyfile')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('calendar', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'calendar')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('carp', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'carp')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('catalog', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'catalog')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('cdl', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'cdl')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('cdrdaoconf', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'cdrdaoconf')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('cdrtoc', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'cdrtoc')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('cf', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'cf')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('cfg', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'cfg')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('ch', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'ch')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('chaiscript', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'chaiscript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('chaskell', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'chaskell')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('chill', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'chill')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('chordpro', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'chordpro')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('cl', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'cl')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('clean', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'clean')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('clojure', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'clojure')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('cmake', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'cmake')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('cmod', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'cmod')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('cmusrc', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'cmusrc')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('cobol', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'cobol')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('coco', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'coco')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('coffee-script', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'coffee-script')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('typescript', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'typescript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('conaryrecipe', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'conaryrecipe')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('conf', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'conf')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('config', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'config')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('c/c++', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'c/c++')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('cql', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'cql')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user