Commit Graph

  • 37541e57e4
    docs(plugins): add example of multiple imports (#669) Will Norris 2023-03-18 00:38:31 -0700
  • 7d81994529 chore(build): auto-generate vimdoc github-actions[bot] 2023-03-18 07:36:54 +0000
  • 959f8c36bc
    fix(health): allow overriding `1` Folke Lemaitre 2023-03-18 08:36:01 +0100
  • fdb41229ca
    chore(main): release 9.13.0 (#664) v9.13.0 github-actions[bot] 2023-03-17 16:44:19 +0100
  • 357893a288 chore(build): auto-generate vimdoc github-actions[bot] 2023-03-17 15:18:52 +0000
  • e5759d202a
    feat(help): allow disabling README magic (#663) abal 2023-03-17 08:18:02 -0700
  • b3eca0c3fb chore(build): auto-generate vimdoc github-actions[bot] 2023-03-17 07:17:33 +0000
  • e2102c3a3a
    chore(main): release 9.12.1 (#660) v9.12.1 github-actions[bot] 2023-03-17 08:16:47 +0100
  • aacaa600cf chore(build): auto-generate vimdoc github-actions[bot] 2023-03-16 22:54:54 +0000
  • efe36bdfda
    fix(cmd): properly deal with commands with nargs=? or nargs=1. Fixes #659 Folke Lemaitre 2023-03-16 23:54:09 +0100
  • b4b11f48aa
    style: better comments for cache.find Folke Lemaitre 2023-03-16 23:53:36 +0100
  • 2e3c16e526
    docs: better comments for Cache.find Folke Lemaitre 2023-03-16 14:13:18 +0100
  • 6b55862d2d
    refactor(cache): refactor for upstreaming to `vim.loader` Folke Lemaitre 2023-03-15 15:10:44 +0100
  • e27c9df5fe
    chore(main): release 9.12.0 (#653) v9.12.0 github-actions[bot] 2023-03-15 09:04:59 +0100
  • 6014f8de31 chore(build): auto-generate vimdoc github-actions[bot] 2023-03-15 08:01:46 +0000
  • 21a219a825
    refactor(cache): revert all `vim.cache` changes and disable it if it would ever exist Folke Lemaitre 2023-03-15 09:01:00 +0100
  • 942c805b84
    fix(cache): remove dependency on jit Folke Lemaitre 2023-03-15 08:53:19 +0100
  • 5b7b8c5149
    feat(cache): automatically reset topmods when a user changes a file for a path on the rtp Folke Lemaitre 2023-03-14 19:54:44 +0100
  • ea1a044e3c
    feat(cache): use `vim.cache` everywhere. poly-fill when needed Folke Lemaitre 2023-03-14 19:45:22 +0100
  • 4446d69c28
    build(cache): added script to sync cache implementation with Neovim Folke Lemaitre 2023-03-14 18:37:27 +0100
  • 2a88a73ace
    style(cache): ignore a luacheck error Folke Lemaitre 2023-03-14 18:33:39 +0100
  • 810acc1e86
    feat(cache): drop dependency on ffi Folke Lemaitre 2023-03-14 18:33:16 +0100
  • da295017e4
    refactor(cache): Cache.track => Cache._track Folke Lemaitre 2023-03-14 18:32:29 +0100
  • 0b7596f609
    style(cache): disable duplicate warnings Folke Lemaitre 2023-03-14 18:31:43 +0100
  • d0db9f83ef
    docs(cache): more code comments Folke Lemaitre 2023-03-14 14:07:41 +0100
  • 49dda8751e
    feat(cache): remove any mentions of lazy. Move the cache to cache/luac instead of cache/lazy/luac Folke Lemaitre 2023-03-14 13:07:56 +0100
  • 1a34636094
    refactor(cache): documented the cache in preparation to upstream Folke Lemaitre 2023-03-14 12:56:58 +0100
  • 5550f99271
    chore(main): release 9.11.0 (#652) v9.11.0 github-actions[bot] 2023-03-14 11:27:31 +0100
  • 51c07f734f chore(build): auto-generate vimdoc github-actions[bot] 2023-03-14 10:20:47 +0000
  • 9afba388fa
    feat(plugin): added config.defaults.cond. Fixes #640 Folke Lemaitre 2023-03-14 11:19:51 +0100
  • 10f5844abf
    fix(loader): never load lua files from a plugin where cond=false. Show error instead Folke Lemaitre 2023-03-14 11:17:54 +0100
  • 623e00cabb
    chore(main): release 9.10.3 (#646) v9.10.3 github-actions[bot] 2023-03-13 22:56:12 +0100
  • 8279309934 chore(build): auto-generate vimdoc github-actions[bot] 2023-03-13 21:51:35 +0000
  • 8d73b9bccd
    fix(cache): path (#645) tobiaslieber 2023-03-13 22:50:50 +0100
  • 5b4444f0d7
    chore(main): release 9.10.2 (#623) v9.10.2 github-actions[bot] 2023-03-07 19:13:36 +0100
  • 3efcb149cf chore(build): auto-generate vimdoc github-actions[bot] 2023-03-07 18:12:25 +0000
  • 355312eb51
    fix(plugin): properly pass is_list for recursively merging props Folke Lemaitre 2023-03-07 19:11:33 +0100
  • e89acede13 chore(build): auto-generate vimdoc github-actions[bot] 2023-03-06 06:41:03 +0000
  • 47fc27e3f1
    style: typo. Fixes #625 Folke Lemaitre 2023-03-06 07:39:56 +0100
  • f9ddb2d41b chore(build): auto-generate vimdoc github-actions[bot] 2023-03-05 13:09:59 +0000
  • 53be2c0ee1
    fix(git): always set origin name when cloning (#622) Sean Baildon 2023-03-05 13:09:15 +0000
  • 1407565713
    chore(main): release 9.10.1 (#619) v9.10.1 github-actions[bot] 2023-03-04 18:28:10 +0100
  • b5667ec94d chore(build): auto-generate vimdoc github-actions[bot] 2023-03-04 17:21:19 +0000
  • c60f7ea985
    fix(process): unset GIT_WORK_TREE Folke Lemaitre 2023-03-04 18:20:27 +0100
  • 8d18ef44e7
    chore(main): release 9.10.0 (#613) v9.10.0 github-actions[bot] 2023-03-02 14:29:16 +0100
  • 2691c8f7a5 chore(build): auto-generate vimdoc github-actions[bot] 2023-03-02 13:26:43 +0000
  • 1f7ffec177
    feat(render): dim housekeeping commits by default (#612) kylo252 2023-03-02 14:25:50 +0100
  • 26d121ea13
    chore(main): release 9.9.0 (#601) v9.9.0 github-actions[bot] 2023-02-28 12:59:22 +0100
  • 79f85e5fed
    fix(cache): add hack to work-around incorrect requires back. Not a fan of this. Fixes #603 Folke Lemaitre 2023-02-28 12:38:10 +0100
  • 77223786aa
    fix(git): properly deal with failed clones. Fixes #571 Folke Lemaitre 2023-02-28 11:51:16 +0100
  • 5af93806aa
    fix(git): honor clone.defaultRemoteName. Fixes #602 Folke Lemaitre 2023-02-28 10:51:17 +0100
  • 0f713b2958
    fix(ui): always show diagnostics virtual text Folke Lemaitre 2023-02-28 09:55:16 +0100
  • 25132fc08f chore(build): auto-generate vimdoc github-actions[bot] 2023-02-28 06:28:08 +0000
  • c7a8e702f7
    docs: update some wording and capitalization (#576) adrian5 2023-02-28 07:27:19 +0100
  • 9bd1c946d6
    feat(health): check for paths on the rtp from plugged or packer Folke Lemaitre 2023-02-27 20:38:05 +0100
  • b814d87089
    style(cache): removed hack for relative paths Folke Lemaitre 2023-02-27 20:25:03 +0100
  • 5694483e87
    fix(health): whitelist deactivate prop Folke Lemaitre 2023-02-27 13:42:52 +0100
  • 8cbd95bd05 chore(build): auto-generate vimdoc github-actions[bot] 2023-02-27 09:00:46 +0000
  • 1657ae9b8c
    fix(keys): set nowait for lazy keymaps when needed. Fixes #600 Folke Lemaitre 2023-02-27 09:59:47 +0100
  • 8077428e63
    chore(main): release 9.8.5 (#563) v9.8.5 github-actions[bot] 2023-02-20 09:06:09 +0100
  • 8d5553d11b chore(build): auto-generate vimdoc github-actions[bot] 2023-02-20 07:31:46 +0000
  • 43496fa82c
    fix(ui): disable colorcolumn on floating window (#575) Lucas Tavares 2023-02-20 04:31:03 -0300
  • 7339145a22
    fix(ui): don't close on BufLeave. Fixes #561 Folke Lemaitre 2023-02-17 21:08:46 +0100
  • f2cc9ef6ac
    chore(main): release 9.8.4 (#557) v9.8.4 github-actions[bot] 2023-02-17 17:06:19 +0100
  • ff76e58961
    fix(spec): make sure imported specs are sorted alphabetically Folke Lemaitre 2023-02-17 13:58:16 +0100
  • e5ba443416 chore(build): auto-generate vimdoc github-actions[bot] 2023-02-17 12:42:16 +0000
  • 5cfe1560c5
    fix(ui): return abort key instead of `<c-c>` Folke Lemaitre 2023-02-17 13:41:16 +0100
  • 8186cc5db3
    chore(main): release 9.8.3 (#549) v9.8.3 github-actions[bot] 2023-02-16 13:29:23 +0100
  • 258ee6b30d chore(build): auto-generate vimdoc github-actions[bot] 2023-02-16 11:34:49 +0000
  • 6771c7e23c
    fix(ui): disable folding of floating window (#550) vanppo 2023-02-16 19:33:53 +0800
  • e916f41df2
    fix(cache): hack to work around plugins trying to load relatve modules. Fixes #543 Folke Lemaitre 2023-02-15 18:19:57 +0100
  • 4a0857cc23
    chore(main): release 9.8.2 (#548) v9.8.2 github-actions[bot] 2023-02-15 17:14:00 +0100
  • 8f752bb288 chore(build): auto-generate vimdoc github-actions[bot] 2023-02-15 16:09:23 +0000
  • 9ca3222061
    fix(cache): lsmod now also supports lua libs. Fixes #544 Folke Lemaitre 2023-02-15 17:08:36 +0100
  • 78264fb935
    style: added proper types to process Folke Lemaitre 2023-02-15 17:07:57 +0100
  • c249ea376b
    chore(main): release 9.8.1 (#538) v9.8.1 github-actions[bot] 2023-02-14 22:05:14 +0100
  • 6a18404b7d
    fix(keys): fixed keys types. rhs can be `false` Folke Lemaitre 2023-02-14 12:19:49 +0100
  • 8aa90c3423 chore(build): auto-generate vimdoc github-actions[bot] 2023-02-14 10:01:58 +0000
  • 17a3c3acea
    perf: more cache optims Folke Lemaitre 2023-02-14 11:00:56 +0100
  • 6351a2e8f3
    refactor: Cache.stats -> Cache.stats.find Folke Lemaitre 2023-02-13 17:24:15 +0100
  • b1f7ae68a7
    perf: use modkey instead of modpath Folke Lemaitre 2023-02-13 17:22:00 +0100
  • c778b7aa04
    chore(main): release 9.8.0 (#520) v9.8.0 github-actions[bot] 2023-02-13 12:07:52 +0100
  • 27fdb9b468 chore(build): auto-generate vimdoc github-actions[bot] 2023-02-13 11:02:38 +0000
  • 462633bae1
    perf: new file-based cache that ensures correct rtp order (#532) Folke Lemaitre 2023-02-13 12:01:56 +0100
  • 8b672c41cb
    docs: updated cache settings cache2 Folke Lemaitre 2023-02-13 11:59:03 +0100
  • 856ab9e476
    feat(cache): allow to disable the cache Folke Lemaitre 2023-02-13 11:58:09 +0100
  • 609445a051
    fix(cache): cache file names on Windows Folke Lemaitre 2023-02-13 10:35:15 +0100
  • b68cf58962
    test: fix tests Folke Lemaitre 2023-02-13 10:56:02 +0100
  • 983e1c5e34
    refactor: new cache Folke Lemaitre 2023-02-13 10:50:39 +0100
  • e115f5ec17
    perf: new file-based cache that ensures rtp is alweays correct and will cache all files, including those after startup Folke Lemaitre 2023-02-12 20:35:27 +0100
  • 06f835d0b4 chore(build): auto-generate vimdoc github-actions[bot] 2023-02-12 11:57:29 +0000
  • 0d3f2c4042
    feat(git): `Plugin.submodules = false` will now skip fetching git submodules Folke Lemaitre 2023-02-12 12:56:42 +0100
  • 4917222c7e
    fix(util): executable checks for `Util.open` (#528) kyoh86 2023-02-11 17:04:59 +0900
  • b5eb07e728 chore(build): auto-generate vimdoc github-actions[bot] 2023-02-11 08:03:55 +0000
  • bc978ca9be
    fix(icons): replace an obsolete Nerd icon (#529) ryuryu-ymj 2023-02-11 17:03:10 +0900
  • bab744565e chore(build): auto-generate vimdoc github-actions[bot] 2023-02-10 16:48:16 +0000
  • c83d2aeb27
    fix(loader): don't deactivate when not loaded Folke Lemaitre 2023-02-10 17:47:25 +0100
  • e28555950f
    ci: fix typo. (#523) dundargoc 2023-02-09 22:10:36 +0100
  • a147110390
    fix(cmd): fix Error when trigger on range defined command that doesn't support count (#519) Yahir Eduardo Bravo Tafur 2023-02-09 12:02:40 -0500
  • 2730814434 chore(build): auto-generate vimdoc github-actions[bot] 2023-02-09 13:45:04 +0000