Files
neovim/test/unit
Lewis Russell 34e2185022 fix(options): better handling of empty values
Problem:

Whether an option is allowed to be empty isn't well defined and
isn't properly checked.

Solution:

- For non-list string options, explicitly check the option value
  if it is empty.
- Annotate non-list string options that can accept an empty value.
  - Adjust command completion to ignore the empty value.
- Render values in Lua meta files
2025-01-13 16:58:25 +00:00
..
2025-01-07 12:35:24 +01:00
2025-01-11 10:34:12 +01:00
2024-04-08 22:51:00 +02:00
2024-09-29 09:54:12 +00:00