Fix loading for vim 8 packages, closes #613

This commit is contained in:
Adam Stankiewicz
2021-01-01 22:30:41 +01:00
parent f3b646fd6f
commit 05b8bbc938
1303 changed files with 4939 additions and 4911 deletions

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'julia')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'julia', 'autoload/LaTeXtoUnicode.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'rst')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'rst', 'autoload/RstFold.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'ada')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'ada', 'autoload/ada.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'rust')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'rust', 'autoload/cargo.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'rust')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'rust', 'autoload/cargo/quickfix.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'clojure')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'clojure', 'autoload/clojurecomplete.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'coffee-script')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'coffee-script', 'autoload/coffee.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'crystal')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'crystal', 'autoload/crystal/indent.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'crystal')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'crystal', 'autoload/crystal_lang.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'csv')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'csv', 'autoload/csv.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'dart')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'dart', 'autoload/dart.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'elixir')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'elixir', 'autoload/db/adapter/ecto.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'crystal')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'crystal', 'autoload/ecrystal.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'elixir')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'elixir', 'autoload/elixir/indent.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'elixir')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'elixir', 'autoload/elixir/util.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'fish')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'fish', 'autoload/fish.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'fsharp')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'fsharp', 'autoload/fsharp.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'gitignore')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'gitignore', 'autoload/fzf_gitignore.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'go')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'go', 'autoload/go/config.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'graphql')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'graphql', 'autoload/graphql.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'html5')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'html5', 'autoload/htmlcomplete.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'jsonnet')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'jsonnet', 'autoload/jsonnet.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'jsx')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'jsx', 'autoload/jsx_pretty/comment.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'jsx')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'jsx', 'autoload/jsx_pretty/indent.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'julia')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'julia', 'autoload/julia.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'julia')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'julia', 'autoload/julia/doc.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'julia')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'julia', 'autoload/julia_blocks.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'julia')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'julia', 'autoload/julia_latex_symbols.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'ledger')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'ledger', 'autoload/ledger.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'nim')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'nim', 'autoload/nim.vim')
finish
endif

3630
autoload/polyglot/init.vim Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'pony')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'pony', 'autoload/pony.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'puppet')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'puppet', 'autoload/puppet/align.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'puppet')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'puppet', 'autoload/puppet/ctags.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'puppet')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'puppet', 'autoload/puppet/format.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'python-compiler')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'python-compiler', 'autoload/python/utils.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'requirements')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'requirements', 'autoload/requirements.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'ruby')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'ruby', 'autoload/rubycomplete.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'rust')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'rust', 'autoload/rust.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'rust')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'rust', 'autoload/rust/debugging.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'rust')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'rust', 'autoload/rust/delimitmate.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'rust')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'rust', 'autoload/rust/tags.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'rust')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'rust', 'autoload/rustfmt.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'smt2')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'smt2', 'autoload/smt2.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'stylus')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'stylus', 'autoload/stylcomplete.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'terraform')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'terraform', 'autoload/terraform.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'crystal')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'crystal', 'autoload/vital/_crystal.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'crystal')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'crystal', 'autoload/vital/_crystal/ColorEcho.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'crystal')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'crystal', 'autoload/vital/_crystal/Data/List.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'crystal')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'crystal', 'autoload/vital/_crystal/Data/String.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'crystal')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'crystal', 'autoload/vital/_crystal/Process.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'crystal')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'crystal', 'autoload/vital/_crystal/Web/JSON.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'crystal')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'crystal', 'autoload/vital/crystal.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'html5')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'html5', 'autoload/xml/aria.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'html5')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'html5', 'autoload/xml/html5.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'xsd')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'xsd', 'autoload/xml/xsd.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'typescript')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'typescript', 'autoload/yats.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'zig')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'zig', 'autoload/zig/config.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'zig')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'zig', 'autoload/zig/fmt.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'zig')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'zig', 'autoload/zig/list.vim')
finish
endif

View File

@@ -1,4 +1,4 @@
if has_key(g:polyglot_is_disabled, 'zig')
if polyglot#init#is_disabled(expand('<sfile>:p'), 'zig', 'autoload/zig/util.vim')
finish
endif