fix(#3312): correct cursor when full name shown, requires nvim 0.12.2+#3316
Conversation
|
This shouldn't change anything for earlier Nvim versions. |
|
You legend! I reckon this fixes #3312 I might wait until the 0.12.2 release before test/merge, if that's OK with you. |
|
I'm not sure if there are any plans to backport this feature as a semi-experimental approach (i.e. the nearest release containing it can be 0.13). neovim/neovim#35923 - here the story started. |
5d3cda472c is merged to neovim master, as well as a2b92a5efb I'm not sure I understand: both should be included in 0.12.2 Testing this branch against current master nvim shows it resolves the problem, and it doesn't cause any issues with 0.12.1 Let's just release. If it's not resolved with the 0.12.2 release we can revisit. |
zindex to get consistent cursor shape|
@alex-courtis neovim's master branch is for 0.13, usually only fixes are backported to the branch of the previous release. Since neovim/neovim#39054 introduces new API behavior it was labeled |
I see. Yes, it would be great if this were considered a regression fix, however we'll just have to be patient if it is not. |
fixes #3312
See neovim/neovim#39054