diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-25 21:08:27 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-25 21:08:27 +0100 |
commit | 28388008327aacfc48db3c31f415564d93cd983f (patch) | |
tree | e493e1b9e6c700a6378311074b3dfab0eb3edb09 /ftplugin | |
parent | ba3fe9e1ae6b2198a152cfa6a357cadc8c04dd14 (diff) | |
download | vim-polyglot-28388008327aacfc48db3c31f415564d93cd983f.tar.gz vim-polyglot-28388008327aacfc48db3c31f415564d93cd983f.zip |
Fix conditions, #608
Diffstat (limited to 'ftplugin')
260 files changed, 260 insertions, 260 deletions
diff --git a/ftplugin/8th.vim b/ftplugin/8th.vim index e5f2f056..e3f8d209 100644 --- a/ftplugin/8th.vim +++ b/ftplugin/8th.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, '8th') +if has_key(g:polyglot_is_disabled, '8th') finish endif diff --git a/ftplugin/a2ps.vim b/ftplugin/a2ps.vim index a247bfb1..3e540faa 100644 --- a/ftplugin/a2ps.vim +++ b/ftplugin/a2ps.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'a2ps') +if has_key(g:polyglot_is_disabled, 'a2ps') finish endif diff --git a/ftplugin/aap.vim b/ftplugin/aap.vim index 3e67cc0a..e77d43b9 100644 --- a/ftplugin/aap.vim +++ b/ftplugin/aap.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'aap') +if has_key(g:polyglot_is_disabled, 'aap') finish endif diff --git a/ftplugin/abap.vim b/ftplugin/abap.vim index d8041293..2e7fa283 100644 --- a/ftplugin/abap.vim +++ b/ftplugin/abap.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'abap') +if has_key(g:polyglot_is_disabled, 'abap') finish endif diff --git a/ftplugin/abaqus.vim b/ftplugin/abaqus.vim index b800d186..d6d0e116 100644 --- a/ftplugin/abaqus.vim +++ b/ftplugin/abaqus.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'abaqus') +if has_key(g:polyglot_is_disabled, 'abaqus') finish endif diff --git a/ftplugin/ada.vim b/ftplugin/ada.vim index 2025e9b6..23e36e31 100644 --- a/ftplugin/ada.vim +++ b/ftplugin/ada.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'ada') +if has_key(g:polyglot_is_disabled, 'ada') finish endif diff --git a/ftplugin/alsaconf.vim b/ftplugin/alsaconf.vim index 2bdbe06c..cd8d60ef 100644 --- a/ftplugin/alsaconf.vim +++ b/ftplugin/alsaconf.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'alsaconf') +if has_key(g:polyglot_is_disabled, 'alsaconf') finish endif diff --git a/ftplugin/ansible.vim b/ftplugin/ansible.vim index 44def562..5b8a015b 100644 --- a/ftplugin/ansible.vim +++ b/ftplugin/ansible.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'ansible') +if has_key(g:polyglot_is_disabled, 'ansible') finish endif diff --git a/ftplugin/ansible_hosts.vim b/ftplugin/ansible_hosts.vim index b4f3b665..adc3bbd8 100644 --- a/ftplugin/ansible_hosts.vim +++ b/ftplugin/ansible_hosts.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'ansible') +if has_key(g:polyglot_is_disabled, 'ansible') finish endif diff --git a/ftplugin/ant.vim b/ftplugin/ant.vim index e4414e00..01122fd7 100644 --- a/ftplugin/ant.vim +++ b/ftplugin/ant.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'ant') +if has_key(g:polyglot_is_disabled, 'ant') finish endif diff --git a/ftplugin/arch.vim b/ftplugin/arch.vim index 288140d6..47e97c7d 100644 --- a/ftplugin/arch.vim +++ b/ftplugin/arch.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'arch') +if has_key(g:polyglot_is_disabled, 'arch') finish endif diff --git a/ftplugin/art.vim b/ftplugin/art.vim index 7dd4a1cf..bcf60050 100644 --- a/ftplugin/art.vim +++ b/ftplugin/art.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'art') +if has_key(g:polyglot_is_disabled, 'art') finish endif diff --git a/ftplugin/aspvbs.vim b/ftplugin/aspvbs.vim index 86c3d315..44569368 100644 --- a/ftplugin/aspvbs.vim +++ b/ftplugin/aspvbs.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'aspvbs') +if has_key(g:polyglot_is_disabled, 'aspvbs') finish endif diff --git a/ftplugin/automake.vim b/ftplugin/automake.vim index d7ab44e9..071d52f4 100644 --- a/ftplugin/automake.vim +++ b/ftplugin/automake.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'automake') +if has_key(g:polyglot_is_disabled, 'automake') finish endif diff --git a/ftplugin/awk.vim b/ftplugin/awk.vim index 13d7acb6..a3b02e17 100644 --- a/ftplugin/awk.vim +++ b/ftplugin/awk.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'awk') +if has_key(g:polyglot_is_disabled, 'awk') finish endif diff --git a/ftplugin/bdf.vim b/ftplugin/bdf.vim index 7485eb7d..d8834f41 100644 --- a/ftplugin/bdf.vim +++ b/ftplugin/bdf.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'bdf') +if has_key(g:polyglot_is_disabled, 'bdf') finish endif diff --git a/ftplugin/blade.vim b/ftplugin/blade.vim index 1f88c839..db3c1c01 100644 --- a/ftplugin/blade.vim +++ b/ftplugin/blade.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'blade') +if has_key(g:polyglot_is_disabled, 'blade') finish endif diff --git a/ftplugin/bst.vim b/ftplugin/bst.vim index 1c150d93..722d7896 100644 --- a/ftplugin/bst.vim +++ b/ftplugin/bst.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'bst') +if has_key(g:polyglot_is_disabled, 'bst') finish endif diff --git a/ftplugin/bzl.vim b/ftplugin/bzl.vim index 3d1d22ef..59501110 100644 --- a/ftplugin/bzl.vim +++ b/ftplugin/bzl.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'bzl') +if has_key(g:polyglot_is_disabled, 'bzl') finish endif diff --git a/ftplugin/caddyfile.vim b/ftplugin/caddyfile.vim index 363fbc56..b56238cf 100644 --- a/ftplugin/caddyfile.vim +++ b/ftplugin/caddyfile.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'caddyfile') +if has_key(g:polyglot_is_disabled, 'caddyfile') finish endif diff --git a/ftplugin/calendar.vim b/ftplugin/calendar.vim index 8952a9b7..7f73c6e0 100644 --- a/ftplugin/calendar.vim +++ b/ftplugin/calendar.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'calendar') +if has_key(g:polyglot_is_disabled, 'calendar') finish endif diff --git a/ftplugin/cdrdaoconf.vim b/ftplugin/cdrdaoconf.vim index ea14cfc4..cc3ad4aa 100644 --- a/ftplugin/cdrdaoconf.vim +++ b/ftplugin/cdrdaoconf.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'cdrdaoconf') +if has_key(g:polyglot_is_disabled, 'cdrdaoconf') finish endif diff --git a/ftplugin/cfg.vim b/ftplugin/cfg.vim index db637481..42c1f95a 100644 --- a/ftplugin/cfg.vim +++ b/ftplugin/cfg.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'cfg') +if has_key(g:polyglot_is_disabled, 'cfg') finish endif diff --git a/ftplugin/ch.vim b/ftplugin/ch.vim index 8249bbc9..030c21dd 100644 --- a/ftplugin/ch.vim +++ b/ftplugin/ch.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'ch') +if has_key(g:polyglot_is_disabled, 'ch') finish endif diff --git a/ftplugin/clojure.vim b/ftplugin/clojure.vim index 170fc30e..7211f7f0 100644 --- a/ftplugin/clojure.vim +++ b/ftplugin/clojure.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'clojure') +if has_key(g:polyglot_is_disabled, 'clojure') finish endif diff --git a/ftplugin/cobol.vim b/ftplugin/cobol.vim index 40b0a8e9..a3db3c43 100644 --- a/ftplugin/cobol.vim +++ b/ftplugin/cobol.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'cobol') +if has_key(g:polyglot_is_disabled, 'cobol') finish endif diff --git a/ftplugin/coffee.vim b/ftplugin/coffee.vim index f973deb5..701d4796 100644 --- a/ftplugin/coffee.vim +++ b/ftplugin/coffee.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'coffee-script') +if has_key(g:polyglot_is_disabled, 'coffee-script') finish endif diff --git a/ftplugin/conf.vim b/ftplugin/conf.vim index 51fb01fc..dd150de9 100644 --- a/ftplugin/conf.vim +++ b/ftplugin/conf.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'conf') +if has_key(g:polyglot_is_disabled, 'conf') finish endif diff --git a/ftplugin/config.vim b/ftplugin/config.vim index e2fd9605..a414fef5 100644 --- a/ftplugin/config.vim +++ b/ftplugin/config.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'config') +if has_key(g:polyglot_is_disabled, 'config') finish endif diff --git a/ftplugin/crm.vim b/ftplugin/crm.vim index 85465223..a407ed00 100644 --- a/ftplugin/crm.vim +++ b/ftplugin/crm.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'crm') +if has_key(g:polyglot_is_disabled, 'crm') finish endif diff --git a/ftplugin/cryptol/folding.vim b/ftplugin/cryptol/folding.vim index 865a1e59..7adca3ef 100644 --- a/ftplugin/cryptol/folding.vim +++ b/ftplugin/cryptol/folding.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'cryptol') +if has_key(g:polyglot_is_disabled, 'cryptol') finish endif diff --git a/ftplugin/crystal.vim b/ftplugin/crystal.vim index 76bbb6ad..d94babeb 100644 --- a/ftplugin/crystal.vim +++ b/ftplugin/crystal.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'crystal') +if has_key(g:polyglot_is_disabled, 'crystal') finish endif diff --git a/ftplugin/cs.vim b/ftplugin/cs.vim index 7dc16fe3..f3a14da4 100644 --- a/ftplugin/cs.vim +++ b/ftplugin/cs.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'cs') +if has_key(g:polyglot_is_disabled, 'cs') finish endif diff --git a/ftplugin/csc.vim b/ftplugin/csc.vim index 40b65687..ef3e9d23 100644 --- a/ftplugin/csc.vim +++ b/ftplugin/csc.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'csc') +if has_key(g:polyglot_is_disabled, 'csc') finish endif diff --git a/ftplugin/css.vim b/ftplugin/css.vim index b9446bfd..e7ff73b6 100644 --- a/ftplugin/css.vim +++ b/ftplugin/css.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'css') +if has_key(g:polyglot_is_disabled, 'css') finish endif diff --git a/ftplugin/csv.vim b/ftplugin/csv.vim index 40d3577b..71b3de19 100644 --- a/ftplugin/csv.vim +++ b/ftplugin/csv.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'csv') +if has_key(g:polyglot_is_disabled, 'csv') finish endif diff --git a/ftplugin/cucumber.vim b/ftplugin/cucumber.vim index c53cb631..f1153f5e 100644 --- a/ftplugin/cucumber.vim +++ b/ftplugin/cucumber.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'cucumber') +if has_key(g:polyglot_is_disabled, 'cucumber') finish endif diff --git a/ftplugin/cvsrc.vim b/ftplugin/cvsrc.vim index 6e888f10..b5f5693e 100644 --- a/ftplugin/cvsrc.vim +++ b/ftplugin/cvsrc.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'cvsrc') +if has_key(g:polyglot_is_disabled, 'cvsrc') finish endif diff --git a/ftplugin/dart.vim b/ftplugin/dart.vim index 5050378f..d6609181 100644 --- a/ftplugin/dart.vim +++ b/ftplugin/dart.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'dart') +if has_key(g:polyglot_is_disabled, 'dart') finish endif diff --git a/ftplugin/debchangelog.vim b/ftplugin/debchangelog.vim index 746de50b..27d521eb 100644 --- a/ftplugin/debchangelog.vim +++ b/ftplugin/debchangelog.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'debchangelog') +if has_key(g:polyglot_is_disabled, 'debchangelog') finish endif diff --git a/ftplugin/debcontrol.vim b/ftplugin/debcontrol.vim index c4307414..841f2b7c 100644 --- a/ftplugin/debcontrol.vim +++ b/ftplugin/debcontrol.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'debcontrol') +if has_key(g:polyglot_is_disabled, 'debcontrol') finish endif diff --git a/ftplugin/denyhosts.vim b/ftplugin/denyhosts.vim index bda92b12..04ab7760 100644 --- a/ftplugin/denyhosts.vim +++ b/ftplugin/denyhosts.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'denyhosts') +if has_key(g:polyglot_is_disabled, 'denyhosts') finish endif diff --git a/ftplugin/dhall.vim b/ftplugin/dhall.vim index 1b90832c..6c183c35 100644 --- a/ftplugin/dhall.vim +++ b/ftplugin/dhall.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'dhall') +if has_key(g:polyglot_is_disabled, 'dhall') finish endif diff --git a/ftplugin/dictconf.vim b/ftplugin/dictconf.vim index d56fa358..706b4a48 100644 --- a/ftplugin/dictconf.vim +++ b/ftplugin/dictconf.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'dictconf') +if has_key(g:polyglot_is_disabled, 'dictconf') finish endif diff --git a/ftplugin/dictdconf.vim b/ftplugin/dictdconf.vim index b05d7520..224ad104 100644 --- a/ftplugin/dictdconf.vim +++ b/ftplugin/dictdconf.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'dictdconf') +if has_key(g:polyglot_is_disabled, 'dictdconf') finish endif diff --git a/ftplugin/diff.vim b/ftplugin/diff.vim index 4343638c..66ec4179 100644 --- a/ftplugin/diff.vim +++ b/ftplugin/diff.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'diff') +if has_key(g:polyglot_is_disabled, 'diff') finish endif diff --git a/ftplugin/dircolors.vim b/ftplugin/dircolors.vim index 92df4c03..207d30ec 100644 --- a/ftplugin/dircolors.vim +++ b/ftplugin/dircolors.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'dircolors') +if has_key(g:polyglot_is_disabled, 'dircolors') finish endif diff --git a/ftplugin/docker-compose.vim b/ftplugin/docker-compose.vim index 32c91d53..7d5a1e48 100644 --- a/ftplugin/docker-compose.vim +++ b/ftplugin/docker-compose.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'docker-compose') +if has_key(g:polyglot_is_disabled, 'docker-compose') finish endif diff --git a/ftplugin/dockerfile.vim b/ftplugin/dockerfile.vim index 79388fb0..f99dd989 100644 --- a/ftplugin/dockerfile.vim +++ b/ftplugin/dockerfile.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'dockerfile') +if has_key(g:polyglot_is_disabled, 'dockerfile') finish endif diff --git a/ftplugin/dosbatch.vim b/ftplugin/dosbatch.vim index 434f5772..25d0676d 100644 --- a/ftplugin/dosbatch.vim +++ b/ftplugin/dosbatch.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'dosbatch') +if has_key(g:polyglot_is_disabled, 'dosbatch') finish endif diff --git a/ftplugin/dosini.vim b/ftplugin/dosini.vim index 1f9c8289..fbacecc0 100644 --- a/ftplugin/dosini.vim +++ b/ftplugin/dosini.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'dosini') +if has_key(g:polyglot_is_disabled, 'dosini') finish endif diff --git a/ftplugin/dtd.vim b/ftplugin/dtd.vim index d8f2aa22..1ceb1b77 100644 --- a/ftplugin/dtd.vim +++ b/ftplugin/dtd.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'dtd') +if has_key(g:polyglot_is_disabled, 'dtd') finish endif diff --git a/ftplugin/dune.vim b/ftplugin/dune.vim index 9bd424c8..970c9825 100644 --- a/ftplugin/dune.vim +++ b/ftplugin/dune.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'ocaml') +if has_key(g:polyglot_is_disabled, 'ocaml') finish endif diff --git a/ftplugin/ecrystal.vim b/ftplugin/ecrystal.vim index 81d0fad7..a8c249c0 100644 --- a/ftplugin/ecrystal.vim +++ b/ftplugin/ecrystal.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'crystal') +if has_key(g:polyglot_is_disabled, 'crystal') finish endif diff --git a/ftplugin/eelixir.vim b/ftplugin/eelixir.vim index 1b337f58..61a59a05 100644 --- a/ftplugin/eelixir.vim +++ b/ftplugin/eelixir.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'elixir') +if has_key(g:polyglot_is_disabled, 'elixir') finish endif diff --git a/ftplugin/elinks.vim b/ftplugin/elinks.vim index 3288cc53..7a4c75a5 100644 --- a/ftplugin/elinks.vim +++ b/ftplugin/elinks.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'elinks') +if has_key(g:polyglot_is_disabled, 'elinks') finish endif diff --git a/ftplugin/elixir.vim b/ftplugin/elixir.vim index 04fd66a1..2cae0e3e 100644 --- a/ftplugin/elixir.vim +++ b/ftplugin/elixir.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'elixir') +if has_key(g:polyglot_is_disabled, 'elixir') finish endif diff --git a/ftplugin/embeddedpuppet.vim b/ftplugin/embeddedpuppet.vim index e7da63d2..4e6a0849 100644 --- a/ftplugin/embeddedpuppet.vim +++ b/ftplugin/embeddedpuppet.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'puppet') +if has_key(g:polyglot_is_disabled, 'puppet') finish endif diff --git a/ftplugin/ember-script.vim b/ftplugin/ember-script.vim index 3180ea72..d80653e1 100644 --- a/ftplugin/ember-script.vim +++ b/ftplugin/ember-script.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'emberscript') +if has_key(g:polyglot_is_disabled, 'emberscript') finish endif diff --git a/ftplugin/emblem.vim b/ftplugin/emblem.vim index 9e102c0b..d612566d 100644 --- a/ftplugin/emblem.vim +++ b/ftplugin/emblem.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'emblem') +if has_key(g:polyglot_is_disabled, 'emblem') finish endif diff --git a/ftplugin/eruby.vim b/ftplugin/eruby.vim index af741579..5a7b4ca5 100644 --- a/ftplugin/eruby.vim +++ b/ftplugin/eruby.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'ruby') +if has_key(g:polyglot_is_disabled, 'ruby') finish endif diff --git a/ftplugin/eterm.vim b/ftplugin/eterm.vim index d121fdf3..15c3b0e2 100644 --- a/ftplugin/eterm.vim +++ b/ftplugin/eterm.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'eterm') +if has_key(g:polyglot_is_disabled, 'eterm') finish endif diff --git a/ftplugin/falcon.vim b/ftplugin/falcon.vim index 727fcfcb..9911b507 100644 --- a/ftplugin/falcon.vim +++ b/ftplugin/falcon.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'falcon') +if has_key(g:polyglot_is_disabled, 'falcon') finish endif diff --git a/ftplugin/fennel.vim b/ftplugin/fennel.vim index 1cbb2d33..f840bb3b 100644 --- a/ftplugin/fennel.vim +++ b/ftplugin/fennel.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'fennel') +if has_key(g:polyglot_is_disabled, 'fennel') finish endif diff --git a/ftplugin/fetchmail.vim b/ftplugin/fetchmail.vim index 8b86ea1a..63609942 100644 --- a/ftplugin/fetchmail.vim +++ b/ftplugin/fetchmail.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'fetchmail') +if has_key(g:polyglot_is_disabled, 'fetchmail') finish endif diff --git a/ftplugin/fish.vim b/ftplugin/fish.vim index 88f6a275..d08222db 100644 --- a/ftplugin/fish.vim +++ b/ftplugin/fish.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'fish') +if has_key(g:polyglot_is_disabled, 'fish') finish endif diff --git a/ftplugin/fortran.vim b/ftplugin/fortran.vim index a4ae9ade..fdf77db5 100644 --- a/ftplugin/fortran.vim +++ b/ftplugin/fortran.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'fortran') +if has_key(g:polyglot_is_disabled, 'fortran') finish endif diff --git a/ftplugin/framescript.vim b/ftplugin/framescript.vim index f3ae6481..5361536d 100644 --- a/ftplugin/framescript.vim +++ b/ftplugin/framescript.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'framescript') +if has_key(g:polyglot_is_disabled, 'framescript') finish endif diff --git a/ftplugin/fvwm.vim b/ftplugin/fvwm.vim index ed3fb40d..b3f3e135 100644 --- a/ftplugin/fvwm.vim +++ b/ftplugin/fvwm.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'fvwm') +if has_key(g:polyglot_is_disabled, 'fvwm') finish endif diff --git a/ftplugin/gdb.vim b/ftplugin/gdb.vim index 655fb601..c08787fa 100644 --- a/ftplugin/gdb.vim +++ b/ftplugin/gdb.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'gdb') +if has_key(g:polyglot_is_disabled, 'gdb') finish endif diff --git a/ftplugin/git.vim b/ftplugin/git.vim index 2b907e52..d4ffec78 100644 --- a/ftplugin/git.vim +++ b/ftplugin/git.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'git') +if has_key(g:polyglot_is_disabled, 'git') finish endif diff --git a/ftplugin/gitcommit.vim b/ftplugin/gitcommit.vim index 026f898e..d6947f32 100644 --- a/ftplugin/gitcommit.vim +++ b/ftplugin/gitcommit.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'git') +if has_key(g:polyglot_is_disabled, 'git') finish endif diff --git a/ftplugin/gitconfig.vim b/ftplugin/gitconfig.vim index 2d98aaf7..d6017ea5 100644 --- a/ftplugin/gitconfig.vim +++ b/ftplugin/gitconfig.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'git') +if has_key(g:polyglot_is_disabled, 'git') finish endif diff --git a/ftplugin/gitignore.vim b/ftplugin/gitignore.vim index bfb85702..c58811b0 100644 --- a/ftplugin/gitignore.vim +++ b/ftplugin/gitignore.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'gitignore') +if has_key(g:polyglot_is_disabled, 'gitignore') finish endif diff --git a/ftplugin/gitrebase.vim b/ftplugin/gitrebase.vim index 524663c7..29bedf43 100644 --- a/ftplugin/gitrebase.vim +++ b/ftplugin/gitrebase.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'git') +if has_key(g:polyglot_is_disabled, 'git') finish endif diff --git a/ftplugin/gitsendemail.vim b/ftplugin/gitsendemail.vim index 44be6a7d..c30d3657 100644 --- a/ftplugin/gitsendemail.vim +++ b/ftplugin/gitsendemail.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'git') +if has_key(g:polyglot_is_disabled, 'git') finish endif diff --git a/ftplugin/gpg.vim b/ftplugin/gpg.vim index f6e93491..f1213d7e 100644 --- a/ftplugin/gpg.vim +++ b/ftplugin/gpg.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'gpg') +if has_key(g:polyglot_is_disabled, 'gpg') finish endif diff --git a/ftplugin/graphql.vim b/ftplugin/graphql.vim index 177df479..9b66c5c7 100644 --- a/ftplugin/graphql.vim +++ b/ftplugin/graphql.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'graphql') +if has_key(g:polyglot_is_disabled, 'graphql') finish endif diff --git a/ftplugin/groovy.vim b/ftplugin/groovy.vim index d87b3d56..93b70aee 100644 --- a/ftplugin/groovy.vim +++ b/ftplugin/groovy.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'groovy') +if has_key(g:polyglot_is_disabled, 'groovy') finish endif diff --git a/ftplugin/group.vim b/ftplugin/group.vim index 2a275831..9a6d1e87 100644 --- a/ftplugin/group.vim +++ b/ftplugin/group.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'group') +if has_key(g:polyglot_is_disabled, 'group') finish endif diff --git a/ftplugin/grub.vim b/ftplugin/grub.vim index b354f033..d7805a5b 100644 --- a/ftplugin/grub.vim +++ b/ftplugin/grub.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'grub') +if has_key(g:polyglot_is_disabled, 'grub') finish endif diff --git a/ftplugin/haml.vim b/ftplugin/haml.vim index e5f02049..b747fe68 100644 --- a/ftplugin/haml.vim +++ b/ftplugin/haml.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'haml') +if has_key(g:polyglot_is_disabled, 'haml') finish endif diff --git a/ftplugin/hamster.vim b/ftplugin/hamster.vim index bb8c36e7..3bfb9fd9 100644 --- a/ftplugin/hamster.vim +++ b/ftplugin/hamster.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'hamster') +if has_key(g:polyglot_is_disabled, 'hamster') finish endif diff --git a/ftplugin/handlebars.vim b/ftplugin/handlebars.vim index bbe46ea4..d769f1e5 100644 --- a/ftplugin/handlebars.vim +++ b/ftplugin/handlebars.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'handlebars') +if has_key(g:polyglot_is_disabled, 'handlebars') finish endif diff --git a/ftplugin/hcl.vim b/ftplugin/hcl.vim index 8d059044..7cd2a8a7 100644 --- a/ftplugin/hcl.vim +++ b/ftplugin/hcl.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'hcl') +if has_key(g:polyglot_is_disabled, 'hcl') finish endif diff --git a/ftplugin/help.vim b/ftplugin/help.vim index 18d1498e..47e203fe 100644 --- a/ftplugin/help.vim +++ b/ftplugin/help.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'help') +if has_key(g:polyglot_is_disabled, 'help') finish endif diff --git a/ftplugin/hgcommit.vim b/ftplugin/hgcommit.vim index a297f006..e4d13298 100644 --- a/ftplugin/hgcommit.vim +++ b/ftplugin/hgcommit.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'hgcommit') +if has_key(g:polyglot_is_disabled, 'hgcommit') finish endif diff --git a/ftplugin/hive.vim b/ftplugin/hive.vim index 0e9cfd8e..dd1b8445 100644 --- a/ftplugin/hive.vim +++ b/ftplugin/hive.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'hive') +if has_key(g:polyglot_is_disabled, 'hive') finish endif diff --git a/ftplugin/hog.vim b/ftplugin/hog.vim index 62c42f7e..b3844023 100644 --- a/ftplugin/hog.vim +++ b/ftplugin/hog.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'hog') +if has_key(g:polyglot_is_disabled, 'hog') finish endif diff --git a/ftplugin/hostconf.vim b/ftplugin/hostconf.vim index 12694017..56c67899 100644 --- a/ftplugin/hostconf.vim +++ b/ftplugin/hostconf.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'hostconf') +if has_key(g:polyglot_is_disabled, 'hostconf') finish endif diff --git a/ftplugin/hostsaccess.vim b/ftplugin/hostsaccess.vim index 9c12ca31..312b9145 100644 --- a/ftplugin/hostsaccess.vim +++ b/ftplugin/hostsaccess.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'hostsaccess') +if has_key(g:polyglot_is_disabled, 'hostsaccess') finish endif diff --git a/ftplugin/html.vim b/ftplugin/html.vim index 41416079..5ec0bb22 100644 --- a/ftplugin/html.vim +++ b/ftplugin/html.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'html') +if has_key(g:polyglot_is_disabled, 'html') finish endif diff --git a/ftplugin/htmldjango.vim b/ftplugin/htmldjango.vim index deaa50c4..a8b23cd4 100644 --- a/ftplugin/htmldjango.vim +++ b/ftplugin/htmldjango.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'htmldjango') +if has_key(g:polyglot_is_disabled, 'htmldjango') finish endif diff --git a/ftplugin/i3config.vim b/ftplugin/i3config.vim index dfdbbeb3..80e63b01 100644 --- a/ftplugin/i3config.vim +++ b/ftplugin/i3config.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'i3') +if has_key(g:polyglot_is_disabled, 'i3') finish endif diff --git a/ftplugin/idris.vim b/ftplugin/idris.vim index 994ac63e..05d7a1af 100644 --- a/ftplugin/idris.vim +++ b/ftplugin/idris.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'idris') +if has_key(g:polyglot_is_disabled, 'idris') finish endif diff --git a/ftplugin/idris2.vim b/ftplugin/idris2.vim index 5596bbbd..28ac7b5c 100644 --- a/ftplugin/idris2.vim +++ b/ftplugin/idris2.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'idris2') +if has_key(g:polyglot_is_disabled, 'idris2') finish endif diff --git a/ftplugin/indent.vim b/ftplugin/indent.vim index 96cc9a10..0c0b4311 100644 --- a/ftplugin/indent.vim +++ b/ftplugin/indent.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'indent') +if has_key(g:polyglot_is_disabled, 'indent') finish endif diff --git a/ftplugin/ion.vim b/ftplugin/ion.vim index 7401d0b5..8bf4a19a 100644 --- a/ftplugin/ion.vim +++ b/ftplugin/ion.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'ion') +if has_key(g:polyglot_is_disabled, 'ion') finish endif diff --git a/ftplugin/j.vim b/ftplugin/j.vim index 62b60ed3..78df3a37 100644 --- a/ftplugin/j.vim +++ b/ftplugin/j.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'j') +if has_key(g:polyglot_is_disabled, 'j') finish endif diff --git a/ftplugin/java.vim b/ftplugin/java.vim index ec8d4f5b..c5001786 100644 --- a/ftplugin/java.vim +++ b/ftplugin/java.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'java') +if has_key(g:polyglot_is_disabled, 'java') finish endif diff --git a/ftplugin/jproperties.vim b/ftplugin/jproperties.vim index a0a2152d..6860366e 100644 --- a/ftplugin/jproperties.vim +++ b/ftplugin/jproperties.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'jproperties') +if has_key(g:polyglot_is_disabled, 'jproperties') finish endif diff --git a/ftplugin/jq.vim b/ftplugin/jq.vim index cfabd2cb..30c3c99e 100644 --- a/ftplugin/jq.vim +++ b/ftplugin/jq.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'jq') +if has_key(g:polyglot_is_disabled, 'jq') finish endif diff --git a/ftplugin/json.vim b/ftplugin/json.vim index 22eaa506..5c09f13d 100644 --- a/ftplugin/json.vim +++ b/ftplugin/json.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'json') +if has_key(g:polyglot_is_disabled, 'json') finish endif diff --git a/ftplugin/jsonnet.vim b/ftplugin/jsonnet.vim index aff7d880..781965e5 100644 --- a/ftplugin/jsonnet.vim +++ b/ftplugin/jsonnet.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'jsonnet') +if has_key(g:polyglot_is_disabled, 'jsonnet') finish endif diff --git a/ftplugin/jsp.vim b/ftplugin/jsp.vim index 9de79fd2..6ee9329e 100644 --- a/ftplugin/jsp.vim +++ b/ftplugin/jsp.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'jsp') +if has_key(g:polyglot_is_disabled, 'jsp') finish endif diff --git a/ftplugin/julia.vim b/ftplugin/julia.vim index 2416e388..e507dcab 100644 --- a/ftplugin/julia.vim +++ b/ftplugin/julia.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'julia') +if has_key(g:polyglot_is_disabled, 'julia') finish endif diff --git a/ftplugin/juliadoc.vim b/ftplugin/juliadoc.vim index b5fd1f1e..0ae6deb4 100644 --- a/ftplugin/juliadoc.vim +++ b/ftplugin/juliadoc.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'julia') +if has_key(g:polyglot_is_disabled, 'julia') finish endif diff --git a/ftplugin/kconfig.vim b/ftplugin/kconfig.vim index c0ed7509..a9a5201f 100644 --- a/ftplugin/kconfig.vim +++ b/ftplugin/kconfig.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'kconfig') +if has_key(g:polyglot_is_disabled, 'kconfig') finish endif diff --git a/ftplugin/kotlin.vim b/ftplugin/kotlin.vim index a9aee55b..b5345bfc 100644 --- a/ftplugin/kotlin.vim +++ b/ftplugin/kotlin.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'kotlin') +if has_key(g:polyglot_is_disabled, 'kotlin') finish endif diff --git a/ftplugin/kwt.vim b/ftplugin/kwt.vim index 89c914ee..ec369046 100644 --- a/ftplugin/kwt.vim +++ b/ftplugin/kwt.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'kwt') +if has_key(g:polyglot_is_disabled, 'kwt') finish endif diff --git a/ftplugin/ld.vim b/ftplugin/ld.vim index 5de5b71a..d9bc8d46 100644 --- a/ftplugin/ld.vim +++ b/ftplugin/ld.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'ld') +if has_key(g:polyglot_is_disabled, 'ld') finish endif diff --git a/ftplugin/less.vim b/ftplugin/less.vim index 4946b22c..c5fc4c50 100644 --- a/ftplugin/less.vim +++ b/ftplugin/less.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'less') +if has_key(g:polyglot_is_disabled, 'less') finish endif diff --git a/ftplugin/lftp.vim b/ftplugin/lftp.vim index a5fa4dcd..23e1fe59 100644 --- a/ftplugin/lftp.vim +++ b/ftplugin/lftp.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'lftp') +if has_key(g:polyglot_is_disabled, 'lftp') finish endif diff --git a/ftplugin/libao.vim b/ftplugin/libao.vim index 49700d8f..48073e7e 100644 --- a/ftplugin/libao.vim +++ b/ftplugin/libao.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'libao') +if has_key(g:polyglot_is_disabled, 'libao') finish endif diff --git a/ftplugin/lilypond.vim b/ftplugin/lilypond.vim index 5963cdaf..3f4f9c78 100644 --- a/ftplugin/lilypond.vim +++ b/ftplugin/lilypond.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'lilypond') +if has_key(g:polyglot_is_disabled, 'lilypond') finish endif diff --git a/ftplugin/limits.vim b/ftplugin/limits.vim index db9fd757..316abdd0 100644 --- a/ftplugin/limits.vim +++ b/ftplugin/limits.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'limits') +if has_key(g:polyglot_is_disabled, 'limits') finish endif diff --git a/ftplugin/liquid.vim b/ftplugin/liquid.vim index 4eaa8094..4d181349 100644 --- a/ftplugin/liquid.vim +++ b/ftplugin/liquid.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'liquid') +if has_key(g:polyglot_is_disabled, 'liquid') finish endif diff --git a/ftplugin/lisp.vim b/ftplugin/lisp.vim index 5425a34c..838139b0 100644 --- a/ftplugin/lisp.vim +++ b/ftplugin/lisp.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'lisp') +if has_key(g:polyglot_is_disabled, 'lisp') finish endif diff --git a/ftplugin/litcoffee.vim b/ftplugin/litcoffee.vim index 622b368d..d9bd72dc 100644 --- a/ftplugin/litcoffee.vim +++ b/ftplugin/litcoffee.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'coffee-script') +if has_key(g:polyglot_is_disabled, 'coffee-script') finish endif diff --git a/ftplugin/llvm.vim b/ftplugin/llvm.vim index a21fe96d..19cab5d2 100644 --- a/ftplugin/llvm.vim +++ b/ftplugin/llvm.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'llvm') +if has_key(g:polyglot_is_disabled, 'llvm') finish endif diff --git a/ftplugin/logcheck.vim b/ftplugin/logcheck.vim index eb009fc2..3ad3567c 100644 --- a/ftplugin/logcheck.vim +++ b/ftplugin/logcheck.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'logcheck') +if has_key(g:polyglot_is_disabled, 'logcheck') finish endif diff --git a/ftplugin/loginaccess.vim b/ftplugin/loginaccess.vim index 028ebd5e..e4cf1edd 100644 --- a/ftplugin/loginaccess.vim +++ b/ftplugin/loginaccess.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'loginaccess') +if has_key(g:polyglot_is_disabled, 'loginaccess') finish endif diff --git a/ftplugin/logindefs.vim b/ftplugin/logindefs.vim index 8c615834..15bb751a 100644 --- a/ftplugin/logindefs.vim +++ b/ftplugin/logindefs.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'logindefs') +if has_key(g:polyglot_is_disabled, 'logindefs') finish endif diff --git a/ftplugin/logtalk.vim b/ftplugin/logtalk.vim index d672350f..56e883d7 100644 --- a/ftplugin/logtalk.vim +++ b/ftplugin/logtalk.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'logtalk') +if has_key(g:polyglot_is_disabled, 'logtalk') finish endif diff --git a/ftplugin/lprolog.vim b/ftplugin/lprolog.vim index 1ed7120d..e1e7e3e6 100644 --- a/ftplugin/lprolog.vim +++ b/ftplugin/lprolog.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'lprolog') +if has_key(g:polyglot_is_disabled, 'lprolog') finish endif diff --git a/ftplugin/ls.vim b/ftplugin/ls.vim index 51fb7fb8..425bb6f6 100644 --- a/ftplugin/ls.vim +++ b/ftplugin/ls.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'livescript') +if has_key(g:polyglot_is_disabled, 'livescript') finish endif diff --git a/ftplugin/m4.vim b/ftplugin/m4.vim index 9cd3bfed..538e0885 100644 --- a/ftplugin/m4.vim +++ b/ftplugin/m4.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'm4') +if has_key(g:polyglot_is_disabled, 'm4') finish endif diff --git a/ftplugin/mail.vim b/ftplugin/mail.vim index 132f3b77..4c8c1600 100644 --- a/ftplugin/mail.vim +++ b/ftplugin/mail.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'mail') +if has_key(g:polyglot_is_disabled, 'mail') finish endif diff --git a/ftplugin/mailaliases.vim b/ftplugin/mailaliases.vim index 9b04c535..01d2b653 100644 --- a/ftplugin/mailaliases.vim +++ b/ftplugin/mailaliases.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'mailaliases') +if has_key(g:polyglot_is_disabled, 'mailaliases') finish endif diff --git a/ftplugin/mailcap.vim b/ftplugin/mailcap.vim index 591414fa..641d9939 100644 --- a/ftplugin/mailcap.vim +++ b/ftplugin/mailcap.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'mailcap') +if has_key(g:polyglot_is_disabled, 'mailcap') finish endif diff --git a/ftplugin/make.vim b/ftplugin/make.vim index f52a8491..95556e54 100644 --- a/ftplugin/make.vim +++ b/ftplugin/make.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'make') +if has_key(g:polyglot_is_disabled, 'make') finish endif diff --git a/ftplugin/mako.vim b/ftplugin/mako.vim index f26d03ec..6496d659 100644 --- a/ftplugin/mako.vim +++ b/ftplugin/mako.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'mako') +if has_key(g:polyglot_is_disabled, 'mako') finish endif diff --git a/ftplugin/manconf.vim b/ftplugin/manconf.vim index 5f3acd95..ff87f8bf 100644 --- a/ftplugin/manconf.vim +++ b/ftplugin/manconf.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'manconf') +if has_key(g:polyglot_is_disabled, 'manconf') finish endif diff --git a/ftplugin/markdown.vim b/ftplugin/markdown.vim index a175f7ed..a334d1d9 100644 --- a/ftplugin/markdown.vim +++ b/ftplugin/markdown.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'markdown') +if has_key(g:polyglot_is_disabled, 'markdown') finish endif diff --git a/ftplugin/meson.vim b/ftplugin/meson.vim index 0a3971f4..6753a8a9 100644 --- a/ftplugin/meson.vim +++ b/ftplugin/meson.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'meson') +if has_key(g:polyglot_is_disabled, 'meson') finish endif diff --git a/ftplugin/mf.vim b/ftplugin/mf.vim index c6611670..cdb644c8 100644 --- a/ftplugin/mf.vim +++ b/ftplugin/mf.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'mf') +if has_key(g:polyglot_is_disabled, 'mf') finish endif diff --git a/ftplugin/mma.vim b/ftplugin/mma.vim index 7c50bbd2..e9c91dc0 100644 --- a/ftplugin/mma.vim +++ b/ftplugin/mma.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'mathematica') +if has_key(g:polyglot_is_disabled, 'mathematica') finish endif diff --git a/ftplugin/modconf.vim b/ftplugin/modconf.vim index e47b54e2..c8f8f5e2 100644 --- a/ftplugin/modconf.vim +++ b/ftplugin/modconf.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'modconf') +if has_key(g:polyglot_is_disabled, 'modconf') finish endif diff --git a/ftplugin/moon.vim b/ftplugin/moon.vim index edfeccb3..ab70250a 100644 --- a/ftplugin/moon.vim +++ b/ftplugin/moon.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'moonscript') +if has_key(g:polyglot_is_disabled, 'moonscript') finish endif diff --git a/ftplugin/mp.vim b/ftplugin/mp.vim index 1817ef3c..ea33ddda 100644 --- a/ftplugin/mp.vim +++ b/ftplugin/mp.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'mp') +if has_key(g:polyglot_is_disabled, 'mp') finish endif diff --git a/ftplugin/mplayerconf.vim b/ftplugin/mplayerconf.vim index 92b00892..7e7b63b0 100644 --- a/ftplugin/mplayerconf.vim +++ b/ftplugin/mplayerconf.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'mplayerconf') +if has_key(g:polyglot_is_disabled, 'mplayerconf') finish endif diff --git a/ftplugin/mrxvtrc.vim b/ftplugin/mrxvtrc.vim index 88c422ea..a5af89f4 100644 --- a/ftplugin/mrxvtrc.vim +++ b/ftplugin/mrxvtrc.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'mrxvtrc') +if has_key(g:polyglot_is_disabled, 'mrxvtrc') finish endif diff --git a/ftplugin/mustache.vim b/ftplugin/mustache.vim index a9bfced5..5bed7ac3 100644 --- a/ftplugin/mustache.vim +++ b/ftplugin/mustache.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'handlebars') +if has_key(g:polyglot_is_disabled, 'handlebars') finish endif diff --git a/ftplugin/muttrc.vim b/ftplugin/muttrc.vim index 1a21184b..320c7463 100644 --- a/ftplugin/muttrc.vim +++ b/ftplugin/muttrc.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'muttrc') +if has_key(g:polyglot_is_disabled, 'muttrc') finish endif diff --git a/ftplugin/nanorc.vim b/ftplugin/nanorc.vim index e7e37557..0812ebf5 100644 --- a/ftplugin/nanorc.vim +++ b/ftplugin/nanorc.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'nanorc') +if has_key(g:polyglot_is_disabled, 'nanorc') finish endif diff --git a/ftplugin/neomuttrc.vim b/ftplugin/neomuttrc.vim index 2d2739a1..5488c255 100644 --- a/ftplugin/neomuttrc.vim +++ b/ftplugin/neomuttrc.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'neomuttrc') +if has_key(g:polyglot_is_disabled, 'neomuttrc') finish endif diff --git a/ftplugin/netrc.vim b/ftplugin/netrc.vim index d60f0174..db858772 100644 --- a/ftplugin/netrc.vim +++ b/ftplugin/netrc.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'netrc') +if has_key(g:polyglot_is_disabled, 'netrc') finish endif diff --git a/ftplugin/nginx.vim b/ftplugin/nginx.vim index 464b898a..39ff7a5d 100644 --- a/ftplugin/nginx.vim +++ b/ftplugin/nginx.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'nginx') +if has_key(g:polyglot_is_disabled, 'nginx') finish endif diff --git a/ftplugin/nix.vim b/ftplugin/nix.vim index b8d6f5ec..457f4443 100644 --- a/ftplugin/nix.vim +++ b/ftplugin/nix.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'nix') +if has_key(g:polyglot_is_disabled, 'nix') finish endif diff --git a/ftplugin/nroff.vim b/ftplugin/nroff.vim index f7e29ce2..5ddd07f7 100644 --- a/ftplugin/nroff.vim +++ b/ftplugin/nroff.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'nroff') +if has_key(g:polyglot_is_disabled, 'nroff') finish endif diff --git a/ftplugin/nsis.vim b/ftplugin/nsis.vim index 12254f92..833259f3 100644 --- a/ftplugin/nsis.vim +++ b/ftplugin/nsis.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'nsis') +if has_key(g:polyglot_is_disabled, 'nsis') finish endif diff --git a/ftplugin/oasis.vim b/ftplugin/oasis.vim index 0066807e..6dfe76ad 100644 --- a/ftplugin/oasis.vim +++ b/ftplugin/oasis.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'ocaml') +if has_key(g:polyglot_is_disabled, 'ocaml') finish endif diff --git a/ftplugin/objc.vim b/ftplugin/objc.vim index 1ba3e633..906ae2bf 100644 --- a/ftplugin/objc.vim +++ b/ftplugin/objc.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'objc') +if has_key(g:polyglot_is_disabled, 'objc') finish endif diff --git a/ftplugin/ocaml.vim b/ftplugin/ocaml.vim index b5859598..183b5318 100644 --- a/ftplugin/ocaml.vim +++ b/ftplugin/ocaml.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'ocaml') +if has_key(g:polyglot_is_disabled, 'ocaml') finish endif diff --git a/ftplugin/ocamlbuild_tags.vim b/ftplugin/ocamlbuild_tags.vim index 0066807e..6dfe76ad 100644 --- a/ftplugin/ocamlbuild_tags.vim +++ b/ftplugin/ocamlbuild_tags.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'ocaml') +if has_key(g:polyglot_is_disabled, 'ocaml') finish endif diff --git a/ftplugin/occam.vim b/ftplugin/occam.vim index f8fb78cc..3f5992b9 100644 --- a/ftplugin/occam.vim +++ b/ftplugin/occam.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'occam') +if has_key(g:polyglot_is_disabled, 'occam') finish endif diff --git a/ftplugin/omake.vim b/ftplugin/omake.vim index 10669285..73cc17ae 100644 --- a/ftplugin/omake.vim +++ b/ftplugin/omake.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'ocaml') +if has_key(g:polyglot_is_disabled, 'ocaml') finish endif diff --git a/ftplugin/opencl.vim b/ftplugin/opencl.vim index c15c0627..9beac952 100644 --- a/ftplugin/opencl.vim +++ b/ftplugin/opencl.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'opencl') +if has_key(g:polyglot_is_disabled, 'opencl') finish endif diff --git a/ftplugin/pamconf.vim b/ftplugin/pamconf.vim index f6867e46..1d3344c9 100644 --- a/ftplugin/pamconf.vim +++ b/ftplugin/pamconf.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'pamconf') +if has_key(g:polyglot_is_disabled, 'pamconf') finish endif diff --git a/ftplugin/pascal.vim b/ftplugin/pascal.vim index 4546ed74..ec8581d7 100644 --- a/ftplugin/pascal.vim +++ b/ftplugin/pascal.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'pascal') +if has_key(g:polyglot_is_disabled, 'pascal') finish endif diff --git a/ftplugin/passwd.vim b/ftplugin/passwd.vim index a963340d..a4bfaf92 100644 --- a/ftplugin/passwd.vim +++ b/ftplugin/passwd.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'passwd') +if has_key(g:polyglot_is_disabled, 'passwd') finish endif diff --git a/ftplugin/pdf.vim b/ftplugin/pdf.vim index 882cdd2c..fec98a68 100644 --- a/ftplugin/pdf.vim +++ b/ftplugin/pdf.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'pdf') +if has_key(g:polyglot_is_disabled, 'pdf') finish endif diff --git a/ftplugin/perl.vim b/ftplugin/perl.vim index 69657fef..7c8ff3bc 100644 --- a/ftplugin/perl.vim +++ b/ftplugin/perl.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'perl') +if has_key(g:polyglot_is_disabled, 'perl') finish endif diff --git a/ftplugin/pinfo.vim b/ftplugin/pinfo.vim index aafc6938..a32382a1 100644 --- a/ftplugin/pinfo.vim +++ b/ftplugin/pinfo.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'pinfo') +if has_key(g:polyglot_is_disabled, 'pinfo') finish endif diff --git a/ftplugin/plantuml.vim b/ftplugin/plantuml.vim index 88ec433c..8f0449e7 100644 --- a/ftplugin/plantuml.vim +++ b/ftplugin/plantuml.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'plantuml') +if has_key(g:polyglot_is_disabled, 'plantuml') finish endif diff --git a/ftplugin/pony.vim b/ftplugin/pony.vim index 7a6cb9cf..03f94cc3 100644 --- a/ftplugin/pony.vim +++ b/ftplugin/pony.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'pony') +if has_key(g:polyglot_is_disabled, 'pony') finish endif diff --git a/ftplugin/postscr.vim b/ftplugin/postscr.vim index 84345a67..be2d347c 100644 --- a/ftplugin/postscr.vim +++ b/ftplugin/postscr.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'postscr') +if has_key(g:polyglot_is_disabled, 'postscr') finish endif diff --git a/ftplugin/procmail.vim b/ftplugin/procmail.vim index 9f7337e9..ee9ea710 100644 --- a/ftplugin/procmail.vim +++ b/ftplugin/procmail.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'procmail') +if has_key(g:polyglot_is_disabled, 'procmail') finish endif diff --git a/ftplugin/prolog.vim b/ftplugin/prolog.vim index 46306162..56d17127 100644 --- a/ftplugin/prolog.vim +++ b/ftplugin/prolog.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'prolog') +if has_key(g:polyglot_is_disabled, 'prolog') finish endif diff --git a/ftplugin/protocols.vim b/ftplugin/protocols.vim index 608a1767..22cd52b3 100644 --- a/ftplugin/protocols.vim +++ b/ftplugin/protocols.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'protocols') +if has_key(g:polyglot_is_disabled, 'protocols') finish endif diff --git a/ftplugin/ps1.vim b/ftplugin/ps1.vim index 93e206e9..b88077d1 100644 --- a/ftplugin/ps1.vim +++ b/ftplugin/ps1.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'powershell') +if has_key(g:polyglot_is_disabled, 'powershell') finish endif diff --git a/ftplugin/ps1xml.vim b/ftplugin/ps1xml.vim index 4014865b..4bd65c44 100644 --- a/ftplugin/ps1xml.vim +++ b/ftplugin/ps1xml.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'powershell') +if has_key(g:polyglot_is_disabled, 'powershell') finish endif diff --git a/ftplugin/pug.vim b/ftplugin/pug.vim index b29b12ad..8613bf4e 100644 --- a/ftplugin/pug.vim +++ b/ftplugin/pug.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'pug') +if has_key(g:polyglot_is_disabled, 'pug') finish endif diff --git a/ftplugin/puppet.vim b/ftplugin/puppet.vim index c4fe70fa..cd936ae4 100644 --- a/ftplugin/puppet.vim +++ b/ftplugin/puppet.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'puppet') +if has_key(g:polyglot_is_disabled, 'puppet') finish endif diff --git a/ftplugin/puppet_tagbar.vim b/ftplugin/puppet_tagbar.vim index 5c567546..afdbad6f 100644 --- a/ftplugin/puppet_tagbar.vim +++ b/ftplugin/puppet_tagbar.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'puppet') +if has_key(g:polyglot_is_disabled, 'puppet') finish endif diff --git a/ftplugin/purescript.vim b/ftplugin/purescript.vim index e21e6dde..1a43b333 100644 --- a/ftplugin/purescript.vim +++ b/ftplugin/purescript.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'purescript') +if has_key(g:polyglot_is_disabled, 'purescript') finish endif diff --git a/ftplugin/pyrex.vim b/ftplugin/pyrex.vim index c3e81272..f312251e 100644 --- a/ftplugin/pyrex.vim +++ b/ftplugin/pyrex.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'pyrex') +if has_key(g:polyglot_is_disabled, 'pyrex') finish endif diff --git a/ftplugin/qml.vim b/ftplugin/qml.vim index e725ba51..5184074a 100644 --- a/ftplugin/qml.vim +++ b/ftplugin/qml.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'qml') +if has_key(g:polyglot_is_disabled, 'qml') finish endif diff --git a/ftplugin/quake.vim b/ftplugin/quake.vim index 47f61ef1..621b71f7 100644 --- a/ftplugin/quake.vim +++ b/ftplugin/quake.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'quake') +if has_key(g:polyglot_is_disabled, 'quake') finish endif diff --git a/ftplugin/racket.vim b/ftplugin/racket.vim index 413dd627..06899bd1 100644 --- a/ftplugin/racket.vim +++ b/ftplugin/racket.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'racket') +if has_key(g:polyglot_is_disabled, 'racket') finish endif diff --git a/ftplugin/raku.vim b/ftplugin/raku.vim index ec2bcccd..4805a5c7 100644 --- a/ftplugin/raku.vim +++ b/ftplugin/raku.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'raku') +if has_key(g:polyglot_is_disabled, 'raku') finish endif diff --git a/ftplugin/raml.vim b/ftplugin/raml.vim index 4eb1e58f..3006f04a 100644 --- a/ftplugin/raml.vim +++ b/ftplugin/raml.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'raml') +if has_key(g:polyglot_is_disabled, 'raml') finish endif diff --git a/ftplugin/razor.vim b/ftplugin/razor.vim index d5458d47..a7e62b6c 100644 --- a/ftplugin/razor.vim +++ b/ftplugin/razor.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'razor') +if has_key(g:polyglot_is_disabled, 'razor') finish endif diff --git a/ftplugin/readline.vim b/ftplugin/readline.vim index 9a3030fb..21d0eb01 100644 --- a/ftplugin/readline.vim +++ b/ftplugin/readline.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'readline') +if has_key(g:polyglot_is_disabled, 'readline') finish endif diff --git a/ftplugin/reva.vim b/ftplugin/reva.vim index 3163440c..b172720d 100644 --- a/ftplugin/reva.vim +++ b/ftplugin/reva.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'reva') +if has_key(g:polyglot_is_disabled, 'reva') finish endif diff --git a/ftplugin/rmd.vim b/ftplugin/rmd.vim index fbe78423..bba9116f 100644 --- a/ftplugin/rmd.vim +++ b/ftplugin/rmd.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'rmd') +if has_key(g:polyglot_is_disabled, 'rmd') finish endif diff --git a/ftplugin/rnc.vim b/ftplugin/rnc.vim index efd596e8..ba50c0d0 100644 --- a/ftplugin/rnc.vim +++ b/ftplugin/rnc.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'rnc') +if has_key(g:polyglot_is_disabled, 'rnc') finish endif diff --git a/ftplugin/rnoweb.vim b/ftplugin/rnoweb.vim index b049d7d9..f7532ac9 100644 --- a/ftplugin/rnoweb.vim +++ b/ftplugin/rnoweb.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'rnoweb') +if has_key(g:polyglot_is_disabled, 'rnoweb') finish endif diff --git a/ftplugin/rpl.vim b/ftplugin/rpl.vim index 94af1a68..6cd1d575 100644 --- a/ftplugin/rpl.vim +++ b/ftplugin/rpl.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'rpl') +if has_key(g:polyglot_is_disabled, 'rpl') finish endif diff --git a/ftplugin/rrst.vim b/ftplugin/rrst.vim index 1708b975..98784843 100644 --- a/ftplugin/rrst.vim +++ b/ftplugin/rrst.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'rrst') +if has_key(g:polyglot_is_disabled, 'rrst') finish endif diff --git a/ftplugin/rst.vim b/ftplugin/rst.vim index 29c7da66..ffb5e8ff 100644 --- a/ftplugin/rst.vim +++ b/ftplugin/rst.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'rst') +if has_key(g:polyglot_is_disabled, 'rst') finish endif diff --git a/ftplugin/ruby.vim b/ftplugin/ruby.vim index cf1b8f4f..6edeab38 100644 --- a/ftplugin/ruby.vim +++ b/ftplugin/ruby.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'ruby') +if has_key(g:polyglot_is_disabled, 'ruby') finish endif diff --git a/ftplugin/rust.vim b/ftplugin/rust.vim index 02664bd9..c2256090 100644 --- a/ftplugin/rust.vim +++ b/ftplugin/rust.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'rust') +if has_key(g:polyglot_is_disabled, 'rust') finish endif diff --git a/ftplugin/rust/tagbar.vim b/ftplugin/rust/tagbar.vim index 5de12f9c..0a020ed7 100644 --- a/ftplugin/rust/tagbar.vim +++ b/ftplugin/rust/tagbar.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'rust') +if has_key(g:polyglot_is_disabled, 'rust') finish endif diff --git a/ftplugin/sass.vim b/ftplugin/sass.vim index 7e20a9f3..166c651b 100644 --- a/ftplugin/sass.vim +++ b/ftplugin/sass.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'sass') +if has_key(g:polyglot_is_disabled, 'sass') finish endif diff --git a/ftplugin/sbt.vim b/ftplugin/sbt.vim index a6e8ac72..73df97ca 100644 --- a/ftplugin/sbt.vim +++ b/ftplugin/sbt.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'sbt') +if has_key(g:polyglot_is_disabled, 'sbt') finish endif diff --git a/ftplugin/scala.vim b/ftplugin/scala.vim index 1edd9b47..61d799de 100644 --- a/ftplugin/scala.vim +++ b/ftplugin/scala.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'scala') +if has_key(g:polyglot_is_disabled, 'scala') finish endif diff --git a/ftplugin/scala.xpt.vim b/ftplugin/scala.xpt.vim index 6bb1f8ba..900aaaea 100644 --- a/ftplugin/scala.xpt.vim +++ b/ftplugin/scala.xpt.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'scala') +if has_key(g:polyglot_is_disabled, 'scala') finish endif diff --git a/ftplugin/scala/tagbar.vim b/ftplugin/scala/tagbar.vim index 02eeb7ad..9ec4164d 100644 --- a/ftplugin/scala/tagbar.vim +++ b/ftplugin/scala/tagbar.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'scala') +if has_key(g:polyglot_is_disabled, 'scala') finish endif diff --git a/ftplugin/scheme.vim b/ftplugin/scheme.vim index 279bd667..8b7ebd86 100644 --- a/ftplugin/scheme.vim +++ b/ftplugin/scheme.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'scheme') +if has_key(g:polyglot_is_disabled, 'scheme') finish endif diff --git a/ftplugin/screen.vim b/ftplugin/screen.vim index cfe815fc..7ce75fd9 100644 --- a/ftplugin/screen.vim +++ b/ftplugin/screen.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'screen') +if has_key(g:polyglot_is_disabled, 'screen') finish endif diff --git a/ftplugin/scss.vim b/ftplugin/scss.vim index 3f9bf7bc..a8031454 100644 --- a/ftplugin/scss.vim +++ b/ftplugin/scss.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'scss') +if has_key(g:polyglot_is_disabled, 'scss') finish endif diff --git a/ftplugin/sensors.vim b/ftplugin/sensors.vim index 9ef23447..50a54a10 100644 --- a/ftplugin/sensors.vim +++ b/ftplugin/sensors.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'sensors') +if has_key(g:polyglot_is_disabled, 'sensors') finish endif diff --git a/ftplugin/services.vim b/ftplugin/services.vim index c23297cb..3889c46e 100644 --- a/ftplugin/services.vim +++ b/ftplugin/services.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'services') +if has_key(g:polyglot_is_disabled, 'services') finish endif diff --git a/ftplugin/setserial.vim b/ftplugin/setserial.vim index 308863aa..d1651344 100644 --- a/ftplugin/setserial.vim +++ b/ftplugin/setserial.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'setserial') +if has_key(g:polyglot_is_disabled, 'setserial') finish endif diff --git a/ftplugin/sexplib.vim b/ftplugin/sexplib.vim index 3546c5f8..ebd322ad 100644 --- a/ftplugin/sexplib.vim +++ b/ftplugin/sexplib.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'ocaml') +if has_key(g:polyglot_is_disabled, 'ocaml') finish endif diff --git a/ftplugin/sieve.vim b/ftplugin/sieve.vim index 370a9e81..f4f4457c 100644 --- a/ftplugin/sieve.vim +++ b/ftplugin/sieve.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'sieve') +if has_key(g:polyglot_is_disabled, 'sieve') finish endif diff --git a/ftplugin/slim.vim b/ftplugin/slim.vim index 7b51ffd8..0456fcb6 100644 --- a/ftplugin/slim.vim +++ b/ftplugin/slim.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'slim') +if has_key(g:polyglot_is_disabled, 'slim') finish endif diff --git a/ftplugin/slpconf.vim b/ftplugin/slpconf.vim index b7ee39a5..d23a123c 100644 --- a/ftplugin/slpconf.vim +++ b/ftplugin/slpconf.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'slpconf') +if has_key(g:polyglot_is_disabled, 'slpconf') finish endif diff --git a/ftplugin/slpreg.vim b/ftplugin/slpreg.vim index bb25237b..f43279d6 100644 --- a/ftplugin/slpreg.vim +++ b/ftplugin/slpreg.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'slpreg') +if has_key(g:polyglot_is_disabled, 'slpreg') finish endif diff --git a/ftplugin/slpspi.vim b/ftplugin/slpspi.vim index 1653681f..eb87fb69 100644 --- a/ftplugin/slpspi.vim +++ b/ftplugin/slpspi.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'slpspi') +if has_key(g:polyglot_is_disabled, 'slpspi') finish endif diff --git a/ftplugin/smt2.vim b/ftplugin/smt2.vim index 243ee2a9..2ba33b9e 100644 --- a/ftplugin/smt2.vim +++ b/ftplugin/smt2.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'smt2') +if has_key(g:polyglot_is_disabled, 'smt2') finish endif diff --git a/ftplugin/solidity.vim b/ftplugin/solidity.vim index a9b4e671..d5f2903d 100644 --- a/ftplugin/solidity.vim +++ b/ftplugin/solidity.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'solidity') +if has_key(g:polyglot_is_disabled, 'solidity') finish endif diff --git a/ftplugin/spec.vim b/ftplugin/spec.vim index 8d7a14b5..15234b68 100644 --- a/ftplugin/spec.vim +++ b/ftplugin/spec.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'spec') +if has_key(g:polyglot_is_disabled, 'spec') finish endif diff --git a/ftplugin/sql.vim b/ftplugin/sql.vim index a187c6ee..22d92699 100644 --- a/ftplugin/sql.vim +++ b/ftplugin/sql.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'sql') +if has_key(g:polyglot_is_disabled, 'sql') finish endif diff --git a/ftplugin/sshconfig.vim b/ftplugin/sshconfig.vim index 8fc36964..6198240a 100644 --- a/ftplugin/sshconfig.vim +++ b/ftplugin/sshconfig.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'sshconfig') +if has_key(g:polyglot_is_disabled, 'sshconfig') finish endif diff --git a/ftplugin/stylus.vim b/ftplugin/stylus.vim index 89a6272e..9d859939 100644 --- a/ftplugin/stylus.vim +++ b/ftplugin/stylus.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'stylus') +if has_key(g:polyglot_is_disabled, 'stylus') finish endif diff --git a/ftplugin/sudoers.vim b/ftplugin/sudoers.vim index 3ae23eb1..db3012c9 100644 --- a/ftplugin/sudoers.vim +++ b/ftplugin/sudoers.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'sudoers') +if has_key(g:polyglot_is_disabled, 'sudoers') finish endif diff --git a/ftplugin/svelte.vim b/ftplugin/svelte.vim index 28af186a..977ee905 100644 --- a/ftplugin/svelte.vim +++ b/ftplugin/svelte.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'svelte') +if has_key(g:polyglot_is_disabled, 'svelte') finish endif diff --git a/ftplugin/swift.vim b/ftplugin/swift.vim index bae53a34..e09ff832 100644 --- a/ftplugin/swift.vim +++ b/ftplugin/swift.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'swift') +if has_key(g:polyglot_is_disabled, 'swift') finish endif diff --git a/ftplugin/swiftgyb.vim b/ftplugin/swiftgyb.vim index 75aee251..3684574e 100644 --- a/ftplugin/swiftgyb.vim +++ b/ftplugin/swiftgyb.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'swiftgyb') +if has_key(g:polyglot_is_disabled, 'swiftgyb') finish endif diff --git a/ftplugin/sysctl.vim b/ftplugin/sysctl.vim index d57cd390..b70f590a 100644 --- a/ftplugin/sysctl.vim +++ b/ftplugin/sysctl.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'sysctl') +if has_key(g:polyglot_is_disabled, 'sysctl') finish endif diff --git a/ftplugin/systemd.vim b/ftplugin/systemd.vim index cf8e76db..1479f683 100644 --- a/ftplugin/systemd.vim +++ b/ftplugin/systemd.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'systemd') +if has_key(g:polyglot_is_disabled, 'systemd') finish endif diff --git a/ftplugin/systemverilog.vim b/ftplugin/systemverilog.vim index 1a0823c7..f2df69e0 100644 --- a/ftplugin/systemverilog.vim +++ b/ftplugin/systemverilog.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'systemverilog') +if has_key(g:polyglot_is_disabled, 'systemverilog') finish endif diff --git a/ftplugin/tablegen.vim b/ftplugin/tablegen.vim index 1fdf0515..1796d2d5 100644 --- a/ftplugin/tablegen.vim +++ b/ftplugin/tablegen.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'llvm') +if has_key(g:polyglot_is_disabled, 'llvm') finish endif diff --git a/ftplugin/tcl.vim b/ftplugin/tcl.vim index d359b3f8..a70cfc27 100644 --- a/ftplugin/tcl.vim +++ b/ftplugin/tcl.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'tcl') +if has_key(g:polyglot_is_disabled, 'tcl') finish endif diff --git a/ftplugin/terminfo.vim b/ftplugin/terminfo.vim index 4bc23398..3ea64a55 100644 --- a/ftplugin/terminfo.vim +++ b/ftplugin/terminfo.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'terminfo') +if has_key(g:polyglot_is_disabled, 'terminfo') finish endif diff --git a/ftplugin/terraform.vim b/ftplugin/terraform.vim index 191fd3f1..17a8b6d8 100644 --- a/ftplugin/terraform.vim +++ b/ftplugin/terraform.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'terraform') +if has_key(g:polyglot_is_disabled, 'terraform') finish endif diff --git a/ftplugin/tex.vim b/ftplugin/tex.vim index 17b3e2a7..0fcb47a8 100644 --- a/ftplugin/tex.vim +++ b/ftplugin/tex.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'tex') +if has_key(g:polyglot_is_disabled, 'tex') finish endif diff --git a/ftplugin/text.vim b/ftplugin/text.vim index 1f14648d..7ec4d83f 100644 --- a/ftplugin/text.vim +++ b/ftplugin/text.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'text') +if has_key(g:polyglot_is_disabled, 'text') finish endif diff --git a/ftplugin/textile.vim b/ftplugin/textile.vim index e636bd55..47a20067 100644 --- a/ftplugin/textile.vim +++ b/ftplugin/textile.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'textile') +if has_key(g:polyglot_is_disabled, 'textile') finish endif diff --git a/ftplugin/tmux.vim b/ftplugin/tmux.vim index 34ad2f15..a8c1669b 100644 --- a/ftplugin/tmux.vim +++ b/ftplugin/tmux.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'tmux') +if has_key(g:polyglot_is_disabled, 'tmux') finish endif diff --git a/ftplugin/toml.vim b/ftplugin/toml.vim index b510817f..b5003f47 100644 --- a/ftplugin/toml.vim +++ b/ftplugin/toml.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'toml') +if has_key(g:polyglot_is_disabled, 'toml') finish endif diff --git a/ftplugin/treetop.vim b/ftplugin/treetop.vim index 44f4e530..190f24b1 100644 --- a/ftplugin/treetop.vim +++ b/ftplugin/treetop.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'treetop') +if has_key(g:polyglot_is_disabled, 'treetop') finish endif diff --git a/ftplugin/tt2html.vim b/ftplugin/tt2html.vim index e6496e61..05613ce6 100644 --- a/ftplugin/tt2html.vim +++ b/ftplugin/tt2html.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'perl') +if has_key(g:polyglot_is_disabled, 'perl') finish endif diff --git a/ftplugin/twig.vim b/ftplugin/twig.vim index 7635a4fb..1380d1c3 100644 --- a/ftplugin/twig.vim +++ b/ftplugin/twig.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'twig') +if has_key(g:polyglot_is_disabled, 'twig') finish endif diff --git a/ftplugin/typescript.vim b/ftplugin/typescript.vim index ff2b5baa..b0df5f45 100644 --- a/ftplugin/typescript.vim +++ b/ftplugin/typescript.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'typescript') +if has_key(g:polyglot_is_disabled, 'typescript') finish endif diff --git a/ftplugin/typescriptreact.vim b/ftplugin/typescriptreact.vim index e5780918..a1e59699 100644 --- a/ftplugin/typescriptreact.vim +++ b/ftplugin/typescriptreact.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'typescript') +if has_key(g:polyglot_is_disabled, 'typescript') finish endif diff --git a/ftplugin/udevconf.vim b/ftplugin/udevconf.vim index 72eef04a..24b870c1 100644 --- a/ftplugin/udevconf.vim +++ b/ftplugin/udevconf.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'udevconf') +if has_key(g:polyglot_is_disabled, 'udevconf') finish endif diff --git a/ftplugin/udevperm.vim b/ftplugin/udevperm.vim index 56f956fb..4775b3e3 100644 --- a/ftplugin/udevperm.vim +++ b/ftplugin/udevperm.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'udevperm') +if has_key(g:polyglot_is_disabled, 'udevperm') finish endif diff --git a/ftplugin/updatedb.vim b/ftplugin/updatedb.vim index 5dbc78a7..4b15b1d7 100644 --- a/ftplugin/updatedb.vim +++ b/ftplugin/updatedb.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'updatedb') +if has_key(g:polyglot_is_disabled, 'updatedb') finish endif diff --git a/ftplugin/vala.vim b/ftplugin/vala.vim index a76bb1ae..ffbf427e 100644 --- a/ftplugin/vala.vim +++ b/ftplugin/vala.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'vala') +if has_key(g:polyglot_is_disabled, 'vala') finish endif diff --git a/ftplugin/vb.vim b/ftplugin/vb.vim index 4f5ae89c..f2c41f6f 100644 --- a/ftplugin/vb.vim +++ b/ftplugin/vb.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'visual-basic') +if has_key(g:polyglot_is_disabled, 'visual-basic') finish endif diff --git a/ftplugin/verilog.vim b/ftplugin/verilog.vim index fe059573..16899218 100644 --- a/ftplugin/verilog.vim +++ b/ftplugin/verilog.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'verilog') +if has_key(g:polyglot_is_disabled, 'verilog') finish endif diff --git a/ftplugin/vhdl.vim b/ftplugin/vhdl.vim index 8861b614..e351ea5c 100644 --- a/ftplugin/vhdl.vim +++ b/ftplugin/vhdl.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'vhdl') +if has_key(g:polyglot_is_disabled, 'vhdl') finish endif diff --git a/ftplugin/vlang.vim b/ftplugin/vlang.vim index de4d7e03..88e4003e 100644 --- a/ftplugin/vlang.vim +++ b/ftplugin/vlang.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'v') +if has_key(g:polyglot_is_disabled, 'v') finish endif diff --git a/ftplugin/vroom.vim b/ftplugin/vroom.vim index 982b2631..3ebc49ce 100644 --- a/ftplugin/vroom.vim +++ b/ftplugin/vroom.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'vroom') +if has_key(g:polyglot_is_disabled, 'vroom') finish endif diff --git a/ftplugin/vue.vim b/ftplugin/vue.vim index 44f1e258..7babb058 100644 --- a/ftplugin/vue.vim +++ b/ftplugin/vue.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'vue') +if has_key(g:polyglot_is_disabled, 'vue') finish endif diff --git a/ftplugin/wast.vim b/ftplugin/wast.vim index 6e4aad47..ac9ec8e6 100644 --- a/ftplugin/wast.vim +++ b/ftplugin/wast.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'wast') +if has_key(g:polyglot_is_disabled, 'wast') finish endif diff --git a/ftplugin/xdefaults.vim b/ftplugin/xdefaults.vim index fadb2702..73491e1e 100644 --- a/ftplugin/xdefaults.vim +++ b/ftplugin/xdefaults.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'xdefaults') +if has_key(g:polyglot_is_disabled, 'xdefaults') finish endif diff --git a/ftplugin/xf86conf.vim b/ftplugin/xf86conf.vim index 3b0fd9fb..47870d19 100644 --- a/ftplugin/xf86conf.vim +++ b/ftplugin/xf86conf.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'xf86conf') +if has_key(g:polyglot_is_disabled, 'xf86conf') finish endif diff --git a/ftplugin/xhtml.vim b/ftplugin/xhtml.vim index db379aa6..f7fae2f8 100644 --- a/ftplugin/xhtml.vim +++ b/ftplugin/xhtml.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'xhtml') +if has_key(g:polyglot_is_disabled, 'xhtml') finish endif diff --git a/ftplugin/xinetd.vim b/ftplugin/xinetd.vim index 618cf2d1..a28129ea 100644 --- a/ftplugin/xinetd.vim +++ b/ftplugin/xinetd.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'xinetd') +if has_key(g:polyglot_is_disabled, 'xinetd') finish endif diff --git a/ftplugin/xmodmap.vim b/ftplugin/xmodmap.vim index 32a1aa27..05640272 100644 --- a/ftplugin/xmodmap.vim +++ b/ftplugin/xmodmap.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'xmodmap') +if has_key(g:polyglot_is_disabled, 'xmodmap') finish endif diff --git a/ftplugin/xs.vim b/ftplugin/xs.vim index b3ddbf61..29ad519a 100644 --- a/ftplugin/xs.vim +++ b/ftplugin/xs.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'perl') +if has_key(g:polyglot_is_disabled, 'perl') finish endif diff --git a/ftplugin/xsd.vim b/ftplugin/xsd.vim index 236fc52f..6199d82b 100644 --- a/ftplugin/xsd.vim +++ b/ftplugin/xsd.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'xsd') +if has_key(g:polyglot_is_disabled, 'xsd') finish endif diff --git a/ftplugin/xslt.vim b/ftplugin/xslt.vim index 35ca3a1d..ee5b4044 100644 --- a/ftplugin/xslt.vim +++ b/ftplugin/xslt.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'xslt') +if has_key(g:polyglot_is_disabled, 'xslt') finish endif diff --git a/ftplugin/yaml.vim b/ftplugin/yaml.vim index 22d31afb..b10e4433 100644 --- a/ftplugin/yaml.vim +++ b/ftplugin/yaml.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'yaml') +if has_key(g:polyglot_is_disabled, 'yaml') finish endif diff --git a/ftplugin/zig.vim b/ftplugin/zig.vim index da9fafc6..f16f24a8 100644 --- a/ftplugin/zig.vim +++ b/ftplugin/zig.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'zig') +if has_key(g:polyglot_is_disabled, 'zig') finish endif diff --git a/ftplugin/zimbu.vim b/ftplugin/zimbu.vim index 3531f9cc..bdcaacd1 100644 --- a/ftplugin/zimbu.vim +++ b/ftplugin/zimbu.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'zimbu') +if has_key(g:polyglot_is_disabled, 'zimbu') finish endif |