mirror of
https://github.com/neovim/neovim.git
synced 2026-03-01 13:53:02 +10: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.