mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 22:38:16 +00:00
default: enable 'langnoremap'. #2853
Re: https://github.com/neovim/neovim/issues/2676
This commit is contained in:

committed by
Justin M. Keyes

parent
ba84f7fc00
commit
e3568364df
@@ -1013,9 +1013,9 @@ static vimoption_T
|
||||
{"langmenu", "lm", P_STRING|P_VI_DEF|P_NFNAME,
|
||||
(char_u *)&p_lm, PV_NONE,
|
||||
{(char_u *)"", (char_u *)0L} SCRIPTID_INIT},
|
||||
{"langnoremap", "lnr", P_BOOL|P_VI_DEF,
|
||||
{"langnoremap", "lnr", P_BOOL,
|
||||
(char_u *)&p_lnr, PV_NONE,
|
||||
{(char_u *)FALSE, (char_u *)0L} SCRIPTID_INIT},
|
||||
{(char_u *)FALSE, (char_u *)TRUE} SCRIPTID_INIT},
|
||||
{"laststatus", "ls", P_NUM|P_VI_DEF|P_RALL,
|
||||
(char_u *)&p_ls, PV_NONE,
|
||||
{(char_u *)1L, (char_u *)0L} SCRIPTID_INIT},
|
||||
|
Reference in New Issue
Block a user