mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
'guicursor': enabled=false if 'guicursor' is empty
Closes #6429 Closes #6430
This commit is contained in:
@@ -144,6 +144,7 @@ describe('ui/cursor', function()
|
||||
}
|
||||
-- Default 'guicursor' published on startup.
|
||||
eq(expected_cursor_style, screen._cursor_style)
|
||||
eq(true, screen._cursor_style_enabled)
|
||||
eq('normal', screen.mode)
|
||||
|
||||
-- Event is published ONLY if the cursor style changed.
|
||||
|
||||
Reference in New Issue
Block a user