mirror of
https://github.com/neovim/neovim.git
synced 2026-07-22 17:02:59 +00:00
If a user accepts completion and immediately exits insert mode, it could happen that `Context.cursor` was nil by the time the `completion/resolve` response arrives, leading to an error.