mirror of
https://github.com/neovim/neovim.git
synced 2026-04-28 02:04:10 +00:00
Problem: Cannot get completion startcol when space is not the first
trigger character (after v9.1.1383)
Solution: Detect the next comma followed by a space in the option string
and use in next compare loop (glepnir)
closes: vim/vim#17311
08db2f4f28