mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 23:31:51 +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.