mirror of
https://github.com/neovim/neovim.git
synced 2026-07-17 14:41:33 +00:00
Problem: When a space character is used as a trigger in 'isexpand' option
it doesn't get recognized because skip_to_option_part() skips
spaces after a comma, treating them as option separators
rather than option value (after v9.1.1341)
Solution: manually set the part to a space character (glepnir).
closes: vim/vim#17305
8d0e42b710