Files
neovim/runtime/lua
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-03-16 10:29:58 +01:00
2025-02-09 18:10:54 +01:00