mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
feat(ui-ext): make 'mousemoveevent' a ui_option
This commit is contained in:
@@ -1625,6 +1625,7 @@ return {
|
||||
full_name='mousemoveevent', abbreviation='mousemev',
|
||||
short_desc=N_("deliver mouse move events to input queue"),
|
||||
type='bool', scope={'global'},
|
||||
redraw={'ui_option'},
|
||||
varname='p_mousemev',
|
||||
defaults={if_true=false}
|
||||
},
|
||||
|
Reference in New Issue
Block a user