mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Fix conditions, #608
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, '8th')
|
||||
if has_key(g:polyglot_is_disabled, '8th')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'a2ps')
|
||||
if has_key(g:polyglot_is_disabled, 'a2ps')
|
||||
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, 'abap')
|
||||
if has_key(g:polyglot_is_disabled, 'abap')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'abaqus')
|
||||
if has_key(g:polyglot_is_disabled, 'abaqus')
|
||||
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, 'alsaconf')
|
||||
if has_key(g:polyglot_is_disabled, 'alsaconf')
|
||||
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, '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, 'arch')
|
||||
if has_key(g:polyglot_is_disabled, 'arch')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'art')
|
||||
if has_key(g:polyglot_is_disabled, 'art')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'aspvbs')
|
||||
if has_key(g:polyglot_is_disabled, 'aspvbs')
|
||||
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, 'bdf')
|
||||
if has_key(g:polyglot_is_disabled, 'bdf')
|
||||
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, 'caddyfile')
|
||||
if has_key(g:polyglot_is_disabled, 'caddyfile')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'calendar')
|
||||
if has_key(g:polyglot_is_disabled, 'calendar')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'cdrdaoconf')
|
||||
if has_key(g:polyglot_is_disabled, 'cdrdaoconf')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'cfg')
|
||||
if has_key(g:polyglot_is_disabled, 'cfg')
|
||||
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, 'clojure')
|
||||
if has_key(g:polyglot_is_disabled, 'clojure')
|
||||
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, 'conf')
|
||||
if has_key(g:polyglot_is_disabled, 'conf')
|
||||
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, 'crm')
|
||||
if has_key(g:polyglot_is_disabled, 'crm')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'cryptol')
|
||||
if has_key(g:polyglot_is_disabled, 'cryptol')
|
||||
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, 'csc')
|
||||
if has_key(g:polyglot_is_disabled, 'csc')
|
||||
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, 'csv')
|
||||
if has_key(g:polyglot_is_disabled, 'csv')
|
||||
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, 'cvsrc')
|
||||
if has_key(g:polyglot_is_disabled, 'cvsrc')
|
||||
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, 'debchangelog')
|
||||
if has_key(g:polyglot_is_disabled, 'debchangelog')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'debcontrol')
|
||||
if has_key(g:polyglot_is_disabled, 'debcontrol')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'denyhosts')
|
||||
if has_key(g:polyglot_is_disabled, 'denyhosts')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'dhall')
|
||||
if has_key(g:polyglot_is_disabled, 'dhall')
|
||||
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, 'diff')
|
||||
if has_key(g:polyglot_is_disabled, 'diff')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'dircolors')
|
||||
if has_key(g:polyglot_is_disabled, 'dircolors')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'docker-compose')
|
||||
if has_key(g:polyglot_is_disabled, 'docker-compose')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'dockerfile')
|
||||
if has_key(g:polyglot_is_disabled, 'dockerfile')
|
||||
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, 'dosini')
|
||||
if has_key(g:polyglot_is_disabled, 'dosini')
|
||||
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, '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, 'elinks')
|
||||
if has_key(g:polyglot_is_disabled, 'elinks')
|
||||
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, 'puppet')
|
||||
if has_key(g:polyglot_is_disabled, 'puppet')
|
||||
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, '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, 'fetchmail')
|
||||
if has_key(g:polyglot_is_disabled, 'fetchmail')
|
||||
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, 'fvwm')
|
||||
if has_key(g:polyglot_is_disabled, 'fvwm')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'gdb')
|
||||
if has_key(g:polyglot_is_disabled, 'gdb')
|
||||
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, 'git')
|
||||
if has_key(g:polyglot_is_disabled, 'git')
|
||||
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, 'gitignore')
|
||||
if has_key(g:polyglot_is_disabled, 'gitignore')
|
||||
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, 'git')
|
||||
if has_key(g:polyglot_is_disabled, 'git')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'gpg')
|
||||
if has_key(g:polyglot_is_disabled, 'gpg')
|
||||
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, 'groovy')
|
||||
if has_key(g:polyglot_is_disabled, 'groovy')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'group')
|
||||
if has_key(g:polyglot_is_disabled, 'group')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'grub')
|
||||
if has_key(g:polyglot_is_disabled, 'grub')
|
||||
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, 'hcl')
|
||||
if has_key(g:polyglot_is_disabled, 'hcl')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'help')
|
||||
if has_key(g:polyglot_is_disabled, 'help')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'hgcommit')
|
||||
if has_key(g:polyglot_is_disabled, 'hgcommit')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'hive')
|
||||
if has_key(g:polyglot_is_disabled, 'hive')
|
||||
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, 'hostconf')
|
||||
if has_key(g:polyglot_is_disabled, 'hostconf')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'hostsaccess')
|
||||
if has_key(g:polyglot_is_disabled, 'hostsaccess')
|
||||
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, 'i3')
|
||||
if has_key(g:polyglot_is_disabled, 'i3')
|
||||
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, 'indent')
|
||||
if has_key(g:polyglot_is_disabled, 'indent')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !has_key(g:polyglot_is_disabled, 'ion')
|
||||
if has_key(g:polyglot_is_disabled, 'ion')
|
||||
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
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user