mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 22:38:16 +00:00
defaults: set 'mouse' to 'a' by default. #2860
Re: https://github.com/neovim/neovim/issues/2676 Also, some documentation changes.
This commit is contained in:

committed by
Justin M. Keyes

parent
8e3f67f2a0
commit
ba84f7fc00
@@ -1111,11 +1111,11 @@ static vimoption_T
|
||||
{"more", NULL, P_BOOL|P_VIM,
|
||||
(char_u *)&p_more, PV_NONE,
|
||||
{(char_u *)FALSE, (char_u *)TRUE} SCRIPTID_INIT},
|
||||
{"mouse", NULL, P_STRING|P_VI_DEF|P_FLAGLIST,
|
||||
{"mouse", NULL, P_STRING|P_FLAGLIST,
|
||||
(char_u *)&p_mouse, PV_NONE,
|
||||
{
|
||||
(char_u *)"",
|
||||
(char_u *)0L
|
||||
(char_u *)"a"
|
||||
} SCRIPTID_INIT},
|
||||
{"mousefocus", "mousef", P_BOOL|P_VI_DEF,
|
||||
(char_u *)NULL, PV_NONE,
|
||||
|
Reference in New Issue
Block a user