Files
neovim/runtime/lua/vim
Yi Ming b8af8d7672 fix(lua): return v[field] instead of nil when v[field] is false
Problem:
When `v[field]` returns `false`, the ternary operator will make it return `nil`.

Solution:
Return `v[field]` once `v` is not `nil`.
2026-05-06 20:33:58 +08:00
..
2026-04-30 07:26:40 -04:00
2026-04-30 07:26:40 -04:00
2026-04-25 11:16:18 -04:00
2026-01-09 10:07:15 +01:00
2026-03-11 18:00:18 +01:00
2026-04-30 07:26:40 -04:00