mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-15 15:03:50 -05:00
Fix conditions, #608
This commit is contained in:
@@ -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, 'aap')
|
||||
if has_key(g:polyglot_is_disabled, 'aap')
|
||||
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, '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, 'applescript')
|
||||
if has_key(g:polyglot_is_disabled, 'applescript')
|
||||
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, 'autohotkey')
|
||||
if has_key(g:polyglot_is_disabled, 'autohotkey')
|
||||
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, 'awk')
|
||||
if has_key(g:polyglot_is_disabled, 'awk')
|
||||
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, 'blade')
|
||||
if has_key(g:polyglot_is_disabled, 'blade')
|
||||
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, 'haskell')
|
||||
if has_key(g:polyglot_is_disabled, 'haskell')
|
||||
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, 'cdl')
|
||||
if has_key(g:polyglot_is_disabled, 'cdl')
|
||||
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, '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, 'cobol')
|
||||
if has_key(g:polyglot_is_disabled, 'cobol')
|
||||
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, 'config')
|
||||
if has_key(g:polyglot_is_disabled, 'config')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'crystal')
|
||||
if has_key(g:polyglot_is_disabled, 'crystal')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'cs')
|
||||
if has_key(g:polyglot_is_disabled, 'cs')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'css')
|
||||
if has_key(g:polyglot_is_disabled, 'css')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'cucumber')
|
||||
if has_key(g:polyglot_is_disabled, 'cucumber')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'cuda')
|
||||
if has_key(g:polyglot_is_disabled, 'cuda')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'python-indent')
|
||||
if has_key(g:polyglot_is_disabled, 'python-indent')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'dlang')
|
||||
if has_key(g:polyglot_is_disabled, 'dlang')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'dart')
|
||||
if has_key(g:polyglot_is_disabled, 'dart')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'dictconf')
|
||||
if has_key(g:polyglot_is_disabled, 'dictconf')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'dictdconf')
|
||||
if has_key(g:polyglot_is_disabled, 'dictdconf')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'dosbatch')
|
||||
if has_key(g:polyglot_is_disabled, 'dosbatch')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'dtd')
|
||||
if has_key(g:polyglot_is_disabled, 'dtd')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'ocaml')
|
||||
if has_key(g:polyglot_is_disabled, 'ocaml')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'dylan')
|
||||
if has_key(g:polyglot_is_disabled, 'dylan')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'crystal')
|
||||
if has_key(g:polyglot_is_disabled, 'crystal')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'elixir')
|
||||
if has_key(g:polyglot_is_disabled, 'elixir')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'elixir')
|
||||
if has_key(g:polyglot_is_disabled, 'elixir')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'elm')
|
||||
if has_key(g:polyglot_is_disabled, 'elm')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'emberscript')
|
||||
if has_key(g:polyglot_is_disabled, 'emberscript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'emblem')
|
||||
if has_key(g:polyglot_is_disabled, 'emblem')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'erlang')
|
||||
if has_key(g:polyglot_is_disabled, 'erlang')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'ruby')
|
||||
if has_key(g:polyglot_is_disabled, 'ruby')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'eterm')
|
||||
if has_key(g:polyglot_is_disabled, 'eterm')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'falcon')
|
||||
if has_key(g:polyglot_is_disabled, 'falcon')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'fennel')
|
||||
if has_key(g:polyglot_is_disabled, 'fennel')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'fish')
|
||||
if has_key(g:polyglot_is_disabled, 'fish')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'fortran')
|
||||
if has_key(g:polyglot_is_disabled, 'fortran')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'framescript')
|
||||
if has_key(g:polyglot_is_disabled, 'framescript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'fsharp')
|
||||
if has_key(g:polyglot_is_disabled, 'fsharp')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'gdscript')
|
||||
if has_key(g:polyglot_is_disabled, 'gdscript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'git')
|
||||
if has_key(g:polyglot_is_disabled, 'git')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'gitolite')
|
||||
if has_key(g:polyglot_is_disabled, 'gitolite')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'glsl')
|
||||
if has_key(g:polyglot_is_disabled, 'glsl')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'go')
|
||||
if has_key(g:polyglot_is_disabled, 'go')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'go')
|
||||
if has_key(g:polyglot_is_disabled, 'go')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'graphql')
|
||||
if has_key(g:polyglot_is_disabled, 'graphql')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'haml')
|
||||
if has_key(g:polyglot_is_disabled, 'haml')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'hamster')
|
||||
if has_key(g:polyglot_is_disabled, 'hamster')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'handlebars')
|
||||
if has_key(g:polyglot_is_disabled, 'handlebars')
|
||||
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, 'hcl')
|
||||
if has_key(g:polyglot_is_disabled, 'hcl')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'hog')
|
||||
if has_key(g:polyglot_is_disabled, 'hog')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'html')
|
||||
if has_key(g:polyglot_is_disabled, 'html')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'htmldjango')
|
||||
if has_key(g:polyglot_is_disabled, 'htmldjango')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'idris')
|
||||
if has_key(g:polyglot_is_disabled, 'idris')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'idris2')
|
||||
if has_key(g:polyglot_is_disabled, 'idris2')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'j')
|
||||
if has_key(g:polyglot_is_disabled, 'j')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'java')
|
||||
if has_key(g:polyglot_is_disabled, 'java')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'javascript')
|
||||
if has_key(g:polyglot_is_disabled, 'javascript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'json')
|
||||
if has_key(g:polyglot_is_disabled, 'json')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'jsp')
|
||||
if has_key(g:polyglot_is_disabled, 'jsp')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'jst')
|
||||
if has_key(g:polyglot_is_disabled, 'jst')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'julia')
|
||||
if has_key(g:polyglot_is_disabled, 'julia')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'kotlin')
|
||||
if has_key(g:polyglot_is_disabled, 'kotlin')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'ld')
|
||||
if has_key(g:polyglot_is_disabled, 'ld')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'ledger')
|
||||
if has_key(g:polyglot_is_disabled, 'ledger')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'less')
|
||||
if has_key(g:polyglot_is_disabled, 'less')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'lifelines')
|
||||
if has_key(g:polyglot_is_disabled, 'lifelines')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'lilypond')
|
||||
if has_key(g:polyglot_is_disabled, 'lilypond')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'liquid')
|
||||
if has_key(g:polyglot_is_disabled, 'liquid')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'lisp')
|
||||
if has_key(g:polyglot_is_disabled, 'lisp')
|
||||
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, 'llvm')
|
||||
if has_key(g:polyglot_is_disabled, 'llvm')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'logtalk')
|
||||
if has_key(g:polyglot_is_disabled, 'logtalk')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'livescript')
|
||||
if has_key(g:polyglot_is_disabled, 'livescript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'lua')
|
||||
if has_key(g:polyglot_is_disabled, 'lua')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'mail')
|
||||
if has_key(g:polyglot_is_disabled, 'mail')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'make')
|
||||
if has_key(g:polyglot_is_disabled, 'make')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'mako')
|
||||
if has_key(g:polyglot_is_disabled, 'mako')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'markdown')
|
||||
if has_key(g:polyglot_is_disabled, 'markdown')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'meson')
|
||||
if has_key(g:polyglot_is_disabled, 'meson')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'mf')
|
||||
if has_key(g:polyglot_is_disabled, 'mf')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'moonscript')
|
||||
if has_key(g:polyglot_is_disabled, 'moonscript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'mp')
|
||||
if has_key(g:polyglot_is_disabled, 'mp')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'handlebars')
|
||||
if has_key(g:polyglot_is_disabled, 'handlebars')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user