You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using keyword arguments in a language like python the order in which they are specified does not matter. When using blink, inputting keyword arguments that are out of order from the definition causes the wrong argument to be highlighted as the current.
Neovim with blink.cmp:
VSCode:
Relevant configuration
signature= { enabled=true }
neovim version
NVIM v0.10.3 Build type: RelWithDebInfo LuaJIT 2.1.1731601260 Run "nvim -V1 -v" for more info
blink.cmp version
v0.11.0
The text was updated successfully, but these errors were encountered:
I just tested it again, and it seems to behaving differently. When I reported this it seemed to occur whether or not I accepted the completion for the keyword argument (sep), but now it seems wrong only when I don't accept the completion.
The first one I don't accept the completion, and the second one I do:
Make sure you have done the following
blink.cmp
<C-k>
on https://cmp.saghen.dev)Bug Description
When using keyword arguments in a language like python the order in which they are specified does not matter. When using blink, inputting keyword arguments that are out of order from the definition causes the wrong argument to be highlighted as the current.
Neovim with blink.cmp:
![Image](https://private-user-images.githubusercontent.com/109345206/406715425-0cd4e612-e540-4c31-932c-62e0184bcb4d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMjk3NjEsIm5iZiI6MTczOTIyOTQ2MSwicGF0aCI6Ii8xMDkzNDUyMDYvNDA2NzE1NDI1LTBjZDRlNjEyLWU1NDAtNGMzMS05MzJjLTYyZTAxODRiY2I0ZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQyMzE3NDFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05MmU1ZDQwNWI4YTUyM2MyZTA4OGE0ZWYzNGM2NDY4NWZiMmMyMjA2OWRhMDBiYTI5MTA3M2I4MmI1ZDIyZGI0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.RrHXIOnscdw2SYqVBowTaTq4E1qYLlzI5jMlkWQ-VoI)
VSCode:
![Image](https://private-user-images.githubusercontent.com/109345206/406715534-55fe3be6-7dd4-47ae-9c0c-d6b3dd6ce164.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMjk3NjEsIm5iZiI6MTczOTIyOTQ2MSwicGF0aCI6Ii8xMDkzNDUyMDYvNDA2NzE1NTM0LTU1ZmUzYmU2LTdkZDQtNDdhZS05YzBjLWQ2YjNkZDZjZTE2NC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQyMzE3NDFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00ZWM1ZjViNzE1MmNkNjE5MmM5YzkzYmJlOTQ4NGU3MDczZGFlZjY4YzJmNjgzNmRiYjNmNGQ0Nzk4Y2IzNTJiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.QupT6R2J0vBaIcQXxExG117LvNA9vU2DeKmWsXZ7Cn0)
Relevant configuration
neovim
versionNVIM v0.10.3 Build type: RelWithDebInfo LuaJIT 2.1.1731601260 Run "nvim -V1 -v" for more info
blink.cmp
versionv0.11.0
The text was updated successfully, but these errors were encountered: