lazy.nvim/lua/lazy/core
Benedikt Rips 21049241a4
fix: treat unset properties as nil
Sometimes, the behaviour of function calls like `<plugin>.setup(arg)`
differs for `arg = nil` and `arg = {}`.

To cover both cases, treat unset plugin spec properties as `nil`.  For
the latter case, one may set `<prop> = {}` explicitly.
2023-02-14 12:28:13 +01:00
..
handler fix(cmd): fix Error when trigger on range defined command that doesn't support count (#519) 2023-02-09 18:02:40 +01:00
cache.lua perf: more cache optims 2023-02-14 11:00:56 +01:00
config.lua chore(main): release 9.8.0 (#520) 2023-02-13 12:07:52 +01:00
loader.lua perf: more cache optims 2023-02-14 11:00:56 +01:00
plugin.lua fix: treat unset properties as nil 2023-02-14 12:28:13 +01:00
util.lua perf: new file-based cache that ensures correct rtp order (#532) 2023-02-13 12:01:56 +01:00