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