mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
feat(ui-ext): make 'mousehide' into proper ui_option (#25532)
This commit is contained in:
@@ -5452,9 +5452,11 @@ return {
|
||||
]=],
|
||||
enable_if = false,
|
||||
full_name = 'mousehide',
|
||||
redraw = { 'ui_option' },
|
||||
scope = { 'global' },
|
||||
short_desc = N_('hide mouse pointer while typing'),
|
||||
type = 'bool',
|
||||
varname = 'p_mh',
|
||||
},
|
||||
{
|
||||
abbreviation = 'mousem',
|
||||
|
Reference in New Issue
Block a user