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, 'jenkins')
if has_key(g:polyglot_is_disabled, 'jenkins')
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, 'ada')
if has_key(g:polyglot_is_disabled, 'ada')
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, 'applescript')
if has_key(g:polyglot_is_disabled, 'applescript')
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, 'autohotkey')
if has_key(g:polyglot_is_disabled, 'autohotkey')
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, 'awk')
if has_key(g:polyglot_is_disabled, 'awk')
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, 'blade')
if has_key(g:polyglot_is_disabled, 'blade')
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, 'haskell')
if has_key(g:polyglot_is_disabled, 'haskell')
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, 'cdl')
if has_key(g:polyglot_is_disabled, 'cdl')
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, '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, 'cobol')
if has_key(g:polyglot_is_disabled, 'cobol')
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, 'config')
if has_key(g:polyglot_is_disabled, 'config')
finish
endif

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'handlebars')
if has_key(g:polyglot_is_disabled, 'handlebars')
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, 'hcl')
if has_key(g:polyglot_is_disabled, 'hcl')
finish
endif

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'lisp')
if has_key(g:polyglot_is_disabled, 'lisp')
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, 'llvm')
if has_key(g:polyglot_is_disabled, 'llvm')
finish
endif

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'nginx')
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