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, 'julia')
if has_key(g:polyglot_is_disabled, 'julia')
finish
endif

View File

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

View File

@@ -1,4 +1,4 @@
if !has_key(g:polyglot_is_disabled, 'rust')
if has_key(g:polyglot_is_disabled, 'rust')
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, '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, 'crystal')
if has_key(g:polyglot_is_disabled, 'crystal')
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, 'csv')
if has_key(g:polyglot_is_disabled, 'csv')
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, 'elixir')
if has_key(g:polyglot_is_disabled, 'elixir')
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, 'fish')
if has_key(g:polyglot_is_disabled, 'fish')
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, 'gitignore')
if has_key(g:polyglot_is_disabled, 'gitignore')
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, 'html5')
if has_key(g:polyglot_is_disabled, 'html5')
finish
endif

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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