futsuuu
b7a1a0fbaf
fix(render): show message if not yet committed ( #707 )
...
* fix(render): show message if not yet committed
* fix(render): show commit only if it can be shown
2023-04-15 22:54:10 +02:00
github-actions[bot]
57cce98dfd
chore(main): release 9.14.2 ( #693 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-25 09:58:08 +01:00
Folke Lemaitre
9f9d733df9
fix(keys): dont add (n) to keys id
2023-03-25 09:56:16 +01:00
github-actions[bot]
32d5f4af2f
chore(main): release 9.14.1 ( #691 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-24 23:08:27 +01:00
Folke Lemaitre
db5b67e75c
fix(cache): handle corrupted cache files
2023-03-24 21:22:13 +01:00
github-actions[bot]
be77c59bf7
chore(main): release 9.14.0 ( #684 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-23 08:12:43 +01:00
Folke Lemaitre
0e230caab9
feat(ui): added test to dimmed commits
2023-03-22 16:06:32 +01:00
luozhiya
261c2d6f95
fix(ui): show full reason for Not-Loaded ( #683 )
...
no print
2023-03-22 09:04:36 +01:00
Folke Lemaitre
690f9e88e2
refactor: prepping for vim.loader
2023-03-20 23:51:09 +01:00
github-actions[bot]
887eb75591
chore(main): release 9.13.1 ( #671 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-20 08:06:14 +01:00
Andy Dirnberger
e7622b78f6
fix(health): add `main` key ( #679 )
2023-03-20 08:02:24 +01:00
Folke Lemaitre
236f8517ba
fix(cache): fix loading libs on Darwin
2023-03-20 08:01:30 +01:00
Folke Lemaitre
67cc8dc07c
docs: updated docs. Fixes #667
2023-03-18 08:57:20 +01:00
Folke Lemaitre
959f8c36bc
fix(health): allow overriding `1`
2023-03-18 08:36:06 +01:00
github-actions[bot]
fdb41229ca
chore(main): release 9.13.0 ( #664 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-17 16:44:19 +01:00
abal
e5759d202a
feat(help): allow disabling README magic ( #663 )
2023-03-17 16:18:02 +01:00
github-actions[bot]
e2102c3a3a
chore(main): release 9.12.1 ( #660 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-17 08:16:47 +01:00
Folke Lemaitre
efe36bdfda
fix(cmd): properly deal with commands with nargs=? or nargs=1. Fixes #659
2023-03-16 23:54:09 +01:00
Folke Lemaitre
b4b11f48aa
style: better comments for cache.find
2023-03-16 23:53:36 +01:00
Folke Lemaitre
2e3c16e526
docs: better comments for Cache.find
2023-03-16 14:13:18 +01:00
Folke Lemaitre
6b55862d2d
refactor(cache): refactor for upstreaming to `vim.loader`
2023-03-15 15:10:56 +01:00
github-actions[bot]
e27c9df5fe
chore(main): release 9.12.0 ( #653 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-15 09:04:59 +01:00
Folke Lemaitre
21a219a825
refactor(cache): revert all `vim.cache` changes and disable it if it would ever exist
2023-03-15 09:01:00 +01:00
Folke Lemaitre
942c805b84
fix(cache): remove dependency on jit
2023-03-15 08:53:19 +01:00
Folke Lemaitre
5b7b8c5149
feat(cache): automatically reset topmods when a user changes a file for a path on the rtp
2023-03-14 19:54:44 +01:00
Folke Lemaitre
ea1a044e3c
feat(cache): use `vim.cache` everywhere. poly-fill when needed
2023-03-14 19:45:22 +01:00
Folke Lemaitre
4446d69c28
build(cache): added script to sync cache implementation with Neovim
2023-03-14 18:37:27 +01:00
Folke Lemaitre
2a88a73ace
style(cache): ignore a luacheck error
2023-03-14 18:33:39 +01:00
Folke Lemaitre
810acc1e86
feat(cache): drop dependency on ffi
2023-03-14 18:33:16 +01:00
Folke Lemaitre
da295017e4
refactor(cache): Cache.track => Cache._track
2023-03-14 18:32:29 +01:00
Folke Lemaitre
0b7596f609
style(cache): disable duplicate warnings
2023-03-14 18:31:43 +01:00
Folke Lemaitre
d0db9f83ef
docs(cache): more code comments
2023-03-14 14:07:41 +01:00
Folke Lemaitre
49dda8751e
feat(cache): remove any mentions of lazy. Move the cache to cache/luac instead of cache/lazy/luac
2023-03-14 13:08:09 +01:00
Folke Lemaitre
1a34636094
refactor(cache): documented the cache in preparation to upstream
2023-03-14 12:56:58 +01:00
github-actions[bot]
5550f99271
chore(main): release 9.11.0 ( #652 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-14 11:27:31 +01:00
Folke Lemaitre
9afba388fa
feat(plugin): added config.defaults.cond. Fixes #640
2023-03-14 11:19:56 +01:00
Folke Lemaitre
10f5844abf
fix(loader): never load lua files from a plugin where cond=false. Show error instead
2023-03-14 11:19:56 +01:00
github-actions[bot]
623e00cabb
chore(main): release 9.10.3 ( #646 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-13 22:56:12 +01:00
tobiaslieber
8d73b9bccd
fix(cache): path ( #645 )
2023-03-13 22:50:50 +01:00
github-actions[bot]
5b4444f0d7
chore(main): release 9.10.2 ( #623 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-07 19:13:36 +01:00
Folke Lemaitre
355312eb51
fix(plugin): properly pass is_list for recursively merging props
2023-03-07 19:11:33 +01:00
Folke Lemaitre
47fc27e3f1
style: typo. Fixes #625
2023-03-06 07:40:21 +01:00
Sean Baildon
53be2c0ee1
fix(git): always set origin name when cloning ( #622 )
...
* fix(git): force origin name
* Revert "fix(git): honor clone.defaultRemoteName. Fixes #602 "
This reverts commit 5af93806aa
.
2023-03-05 14:09:15 +01:00
github-actions[bot]
1407565713
chore(main): release 9.10.1 ( #619 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-04 18:28:10 +01:00
Folke Lemaitre
c60f7ea985
fix(process): unset GIT_WORK_TREE
2023-03-04 18:20:27 +01:00
github-actions[bot]
8d18ef44e7
chore(main): release 9.10.0 ( #613 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-02 14:29:16 +01:00
kylo252
1f7ffec177
feat(render): dim housekeeping commits by default ( #612 )
...
* feat(render): dim housekeeping commits by default
use `LazyComment` highlight group for commits with
housekeeping types, i.e. chore/ci/doc
* refactor: some small improvments to unimportant commits
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-03-02 14:25:50 +01:00
github-actions[bot]
26d121ea13
chore(main): release 9.9.0 ( #601 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-28 12:59:22 +01:00
Folke Lemaitre
79f85e5fed
fix(cache): add hack to work-around incorrect requires back. Not a fan of this. Fixes #603
2023-02-28 12:38:20 +01:00
Folke Lemaitre
77223786aa
fix(git): properly deal with failed clones. Fixes #571
2023-02-28 11:51:16 +01:00