mirror of
https://github.com/neovim/neovim.git
synced 2026-05-24 05:40:08 +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.