mirror of
https://github.com/neovim/neovim.git
synced 2026-03-28 03:12:00 +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.