Fix conditions, #608

This commit is contained in:
Adam Stankiewicz
2020-10-25 21:08:27 +01:00
parent ba3fe9e1ae
commit 2838800832
1284 changed files with 1284 additions and 1284 deletions

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, '8th')
if has_key(g:polyglot_is_disabled, '8th')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'jenkins')
if has_key(g:polyglot_is_disabled, 'jenkins')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'a2ps')
if has_key(g:polyglot_is_disabled, 'a2ps')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'a65')
if has_key(g:polyglot_is_disabled, 'a65')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'aap')
if has_key(g:polyglot_is_disabled, 'aap')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'abap')
if has_key(g:polyglot_is_disabled, 'abap')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'abaqus')
if has_key(g:polyglot_is_disabled, 'abaqus')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'abc')
if has_key(g:polyglot_is_disabled, 'abc')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'abel')
if has_key(g:polyglot_is_disabled, 'abel')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'acedb')
if has_key(g:polyglot_is_disabled, 'acedb')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'ada')
if has_key(g:polyglot_is_disabled, 'ada')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'ahdl')
if has_key(g:polyglot_is_disabled, 'ahdl')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'aidl')
if has_key(g:polyglot_is_disabled, 'aidl')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'alsaconf')
if has_key(g:polyglot_is_disabled, 'alsaconf')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'aml')
if has_key(g:polyglot_is_disabled, 'aml')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'ampl')
if has_key(g:polyglot_is_disabled, 'ampl')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'ansible')
if has_key(g:polyglot_is_disabled, 'ansible')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'ansible')
if has_key(g:polyglot_is_disabled, 'ansible')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'ant')
if has_key(g:polyglot_is_disabled, 'ant')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'apache')
if has_key(g:polyglot_is_disabled, 'apache')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'apachestyle')
if has_key(g:polyglot_is_disabled, 'apachestyle')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'apiblueprint')
if has_key(g:polyglot_is_disabled, 'apiblueprint')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'applescript')
if has_key(g:polyglot_is_disabled, 'applescript')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'aptconf')
if has_key(g:polyglot_is_disabled, 'aptconf')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'arch')
if has_key(g:polyglot_is_disabled, 'arch')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'arduino')
if has_key(g:polyglot_is_disabled, 'arduino')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'art')
if has_key(g:polyglot_is_disabled, 'art')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'asciidoc')
if has_key(g:polyglot_is_disabled, 'asciidoc')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'acpiasl')
if has_key(g:polyglot_is_disabled, 'acpiasl')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'asn')
if has_key(g:polyglot_is_disabled, 'asn')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'aspperl')
if has_key(g:polyglot_is_disabled, 'aspperl')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'aspvbs')
if has_key(g:polyglot_is_disabled, 'aspvbs')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'asterisk')
if has_key(g:polyglot_is_disabled, 'asterisk')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'asteriskvm')
if has_key(g:polyglot_is_disabled, 'asteriskvm')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'atlas')
if has_key(g:polyglot_is_disabled, 'atlas')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'autodoc')
if has_key(g:polyglot_is_disabled, 'autodoc')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'autoit')
if has_key(g:polyglot_is_disabled, 'autoit')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'automake')
if has_key(g:polyglot_is_disabled, 'automake')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'ave')
if has_key(g:polyglot_is_disabled, 'ave')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'awk')
if has_key(g:polyglot_is_disabled, 'awk')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'b')
if has_key(g:polyglot_is_disabled, 'b')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'basic')
if has_key(g:polyglot_is_disabled, 'basic')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'typescript')
if has_key(g:polyglot_is_disabled, 'typescript')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'typescript')
if has_key(g:polyglot_is_disabled, 'typescript')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'typescript')
if has_key(g:polyglot_is_disabled, 'typescript')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'typescript')
if has_key(g:polyglot_is_disabled, 'typescript')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'typescript')
if has_key(g:polyglot_is_disabled, 'typescript')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'typescript')
if has_key(g:polyglot_is_disabled, 'typescript')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'typescript')
if has_key(g:polyglot_is_disabled, 'typescript')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'typescript')
if has_key(g:polyglot_is_disabled, 'typescript')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'typescript')
if has_key(g:polyglot_is_disabled, 'typescript')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'typescript')
if has_key(g:polyglot_is_disabled, 'typescript')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'typescript')
if has_key(g:polyglot_is_disabled, 'typescript')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'typescript')
if has_key(g:polyglot_is_disabled, 'typescript')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'typescript')
if has_key(g:polyglot_is_disabled, 'typescript')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'typescript')
if has_key(g:polyglot_is_disabled, 'typescript')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'bc')
if has_key(g:polyglot_is_disabled, 'bc')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'bdf')
if has_key(g:polyglot_is_disabled, 'bdf')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'bib')
if has_key(g:polyglot_is_disabled, 'bib')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'bindzone')
if has_key(g:polyglot_is_disabled, 'bindzone')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'blade')
if has_key(g:polyglot_is_disabled, 'blade')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'blank')
if has_key(g:polyglot_is_disabled, 'blank')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'brewfile')
if has_key(g:polyglot_is_disabled, 'brewfile')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'bsdl')
if has_key(g:polyglot_is_disabled, 'bsdl')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'bst')
if has_key(g:polyglot_is_disabled, 'bst')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'bzl')
if has_key(g:polyglot_is_disabled, 'bzl')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'bzr')
if has_key(g:polyglot_is_disabled, 'bzr')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'c/c++')
if has_key(g:polyglot_is_disabled, 'c/c++')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'haskell')
if has_key(g:polyglot_is_disabled, 'haskell')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'cabal')
if has_key(g:polyglot_is_disabled, 'cabal')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'caddyfile')
if has_key(g:polyglot_is_disabled, 'caddyfile')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'calendar')
if has_key(g:polyglot_is_disabled, 'calendar')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'carp')
if has_key(g:polyglot_is_disabled, 'carp')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'catalog')
if has_key(g:polyglot_is_disabled, 'catalog')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'cdl')
if has_key(g:polyglot_is_disabled, 'cdl')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'cdrdaoconf')
if has_key(g:polyglot_is_disabled, 'cdrdaoconf')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'cdrtoc')
if has_key(g:polyglot_is_disabled, 'cdrtoc')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'cf')
if has_key(g:polyglot_is_disabled, 'cf')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'cfg')
if has_key(g:polyglot_is_disabled, 'cfg')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'ch')
if has_key(g:polyglot_is_disabled, 'ch')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'chaiscript')
if has_key(g:polyglot_is_disabled, 'chaiscript')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'chaskell')
if has_key(g:polyglot_is_disabled, 'chaskell')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'chill')
if has_key(g:polyglot_is_disabled, 'chill')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'chordpro')
if has_key(g:polyglot_is_disabled, 'chordpro')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'cl')
if has_key(g:polyglot_is_disabled, 'cl')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'clean')
if has_key(g:polyglot_is_disabled, 'clean')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'clojure')
if has_key(g:polyglot_is_disabled, 'clojure')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'cmake')
if has_key(g:polyglot_is_disabled, 'cmake')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'cmod')
if has_key(g:polyglot_is_disabled, 'cmod')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'cmusrc')
if has_key(g:polyglot_is_disabled, 'cmusrc')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'cobol')
if has_key(g:polyglot_is_disabled, 'cobol')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'coco')
if has_key(g:polyglot_is_disabled, 'coco')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'coffee-script')
if has_key(g:polyglot_is_disabled, 'coffee-script')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'typescript')
if has_key(g:polyglot_is_disabled, 'typescript')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'conaryrecipe')
if has_key(g:polyglot_is_disabled, 'conaryrecipe')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'conf')
if has_key(g:polyglot_is_disabled, 'conf')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'config')
if has_key(g:polyglot_is_disabled, 'config')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'c/c++')
if has_key(g:polyglot_is_disabled, 'c/c++')
finish
endif

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'cql')
if has_key(g:polyglot_is_disabled, 'cql')
finish
endif

View File

@@ -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