Cursor position moved to wrong position with completion.keyword.range = "full"
#968
Closed
2 tasks done
Labels
bug
Something isn't working
Make sure you have done the following
blink.cmp
<C-k>
on https://cmp.saghen.dev)Bug Description
With
completion.keyword.range = "full"
, if my cursor is at|
(which isn't a character in the actual text) and I press any letter or number in insert mode (in this casen
), then my cursor will move to the top line like so:However this behaviour is not present with
completion.keyword.range = "prefix"
(or if I disable loadingblink.cmp
at all). This is in a file calledtest.xyz
with no LSPs loaded so I don't think this is a python specific issue. I observe similar behaviour in lua files (ironically when trying to writeprefix
in the string"full"
).Relevant configuration
No response
neovim
versionNVIM v0.11.0-dev-1503+gc4b658fed8 Build type: Release LuaJIT 2.1.1731601260 Run "nvim -V1 -v" for more info
blink.cmp
version80945db
The text was updated successfully, but these errors were encountered: