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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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