mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 04:53:51 -05:00
Preserve loading order of plugins, fixes #608
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('jenkins', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'jenkins')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('aap', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'aap')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('ada', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'ada')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('ansible', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'ansible')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('ant', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'ant')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('applescript', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'applescript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('arduino', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'arduino')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('autohotkey', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'autohotkey')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('automake', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'automake')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('awk', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'awk')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('bib', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'bib')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('blade', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'blade')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('bst', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'bst')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('bzl', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'bzl')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('haskell', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'haskell')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('caddyfile', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'caddyfile')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('cdl', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'cdl')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('ch', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'ch')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('chaiscript', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'chaiscript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('clojure', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'clojure')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('cmake', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'cmake')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('cobol', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'cobol')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('coffee-script', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'coffee-script')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('config', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'config')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('crystal', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'crystal')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('cs', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'cs')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('css', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'css')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('cucumber', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'cucumber')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('cuda', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'cuda')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('python-indent', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'python-indent')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('dlang', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'dlang')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('dart', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'dart')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('dictconf', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'dictconf')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('dictdconf', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'dictdconf')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('dosbatch', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'dosbatch')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('dtd', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'dtd')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('ocaml', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'ocaml')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('dylan', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'dylan')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('crystal', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'crystal')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('elixir', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'elixir')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('elixir', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'elixir')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('elm', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'elm')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('emberscript', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'emberscript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('emblem', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'emblem')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('erlang', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'erlang')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('ruby', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'ruby')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('eterm', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'eterm')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('falcon', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'falcon')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('fennel', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'fennel')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('fish', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'fish')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('fortran', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'fortran')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('framescript', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'framescript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('fsharp', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'fsharp')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('gdscript', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'gdscript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('git', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'git')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('gitolite', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'gitolite')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('glsl', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'glsl')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('go', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'go')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('go', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'go')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('graphql', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'graphql')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('haml', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'haml')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('hamster', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'hamster')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('handlebars', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'handlebars')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('haskell', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'haskell')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('hcl', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'hcl')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('hog', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'hog')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('html', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'html')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('htmldjango', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'htmldjango')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('idris', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'idris')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('idris2', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'idris2')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('j', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'j')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('java', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'java')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('javascript', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'javascript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('json', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'json')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('jsp', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'jsp')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('jst', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'jst')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('julia', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'julia')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('kotlin', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'kotlin')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('ld', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'ld')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('ledger', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'ledger')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('less', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'less')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('lifelines', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'lifelines')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('lilypond', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'lilypond')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('liquid', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'liquid')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('lisp', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'lisp')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('coffee-script', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'coffee-script')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('llvm', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'llvm')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('logtalk', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'logtalk')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('livescript', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'livescript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('lua', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'lua')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('mail', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'mail')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('make', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'make')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('mako', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'mako')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('markdown', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'markdown')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('meson', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'meson')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('mf', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'mf')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('moonscript', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'moonscript')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('mp', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'mp')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('handlebars', expand('<sfile>:p'))
|
||||
if !has_key(g:polyglot_is_disabled, 'handlebars')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !polyglot#util#IsEnabled('nginx', expand('<sfile>:p'))
|
||||
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