Files
neovim/scripts
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
..
2024-05-11 18:14:03 +08:00
2025-01-03 08:29:36 -08:00
2024-02-01 12:06:55 +01:00
2025-01-09 09:26:45 -08:00