Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(VIM-2470): Fix incorrect reset of cursor shape #453

Merged
merged 2 commits into from
Feb 8, 2022

Conversation

citizenmatt
Copy link
Member

Fixes VIM-2470. Setting the 'guicursor' option to include an a: mode ("all") without specifying a cursor shape would overwrite existing cursor shapes for other modes with "block".

After this change, a missing cursor shape will no longer override. If all modes are missing, then the default block is used.

@AlexPl292 AlexPl292 merged commit 684d192 into JetBrains:master Feb 8, 2022
@AlexPl292
Copy link
Member

Great, thank you for the fix!
First PR for this release =D

@citizenmatt citizenmatt deleted the VIM-2470 branch April 21, 2022 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants