mirror of
https://github.com/neovim/neovim.git
synced 2026-01-09 14:52:42 +00:00
Problem: there is no way to distinguish between user's explicit completion stop/cancel and other automated reasons. Solution: update "cancel" reason to be set only on explicit CTRL-e, and set intentionally vague "discard" otherwise.