mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
vim-patch:7.4.502 #2282
Problem: Language mapping also applies to mapped characters. Solution: Add the 'langnoremap' option, when on 'langmap' does not apply to mapped characters. (Christian Brabandt) https://github.com/vim/vim/releases/tag/v7-4-502
This commit is contained in:

committed by
Justin M. Keyes

parent
9d02e5b984
commit
2c7e8c38e0
@@ -1027,6 +1027,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,
|
||||
(char_u *)&p_lnr, PV_NONE,
|
||||
{(char_u *)FALSE, (char_u *)0L} 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