mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 18:11:47 +00:00
'guicursor': Empty means "block cursor in all modes".
Also: update default 'guicursor' to match the documentation.
This commit is contained in:
@@ -6,7 +6,7 @@ local eq, funcs = helpers.eq, helpers.funcs
|
||||
|
||||
if helpers.pending_win32(pending) then return end
|
||||
|
||||
describe('Mouse input', function()
|
||||
describe('ui/mouse/input', function()
|
||||
local screen
|
||||
|
||||
before_each(function()
|
||||
|
||||
Reference in New Issue
Block a user