diff options
author | erw7 <erw7.github@gmail.com> | 2020-09-12 11:38:49 -0700 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2020-09-12 11:42:42 -0700 |
commit | 397be5d3805baf3df4e43c0b506986651b54dcbc (patch) | |
tree | a09edc35db4f8ddcd827cc9710e9e00931d3e17f /test/functional/lua/vim_spec.lua | |
parent | 1e10342382c11c6b0caf87ad95988afc28c59818 (diff) | |
download | rneovim-397be5d3805baf3df4e43c0b506986651b54dcbc.tar.gz rneovim-397be5d3805baf3df4e43c0b506986651b54dcbc.tar.bz2 rneovim-397be5d3805baf3df4e43c0b506986651b54dcbc.zip |
UI: fix cursor not displayed after hiding and un-hiding #12811
- TUI: Fix a case where the cursor was not displayed after hiding the
cursor and then setting it to be displayed again.
- Change to reset everything before setting guicursor.
fixes #12800
close #12811
Steps to reproduce:
nvim -u NORC
:set termguicolors
:hi nCursor guifg=red guibg=red
:hi iCursor guifg=green guibg=green
:hi cCursor guifg=blue guibg=blue
:set guicursor=n:block-nCursor,i:hor25-iCursor,c:ver25-cCursor
:set guicursor-=c:ver25-cCursor
Actual behaviour: Cursor is a blue vertical.
Expected behaviour: Cursor should be the default color block.
Diffstat (limited to 'test/functional/lua/vim_spec.lua')
0 files changed, 0 insertions, 0 deletions