Files
neovim/runtime/lua
Mathias Fussenegger 507cd63418 fix(lsp): handle completion/resolve response arriving after on_insert_leave
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.
2026-03-20 17:20:08 +01:00
..
2026-03-16 10:29:58 +01:00
2025-02-09 18:10:54 +01:00