1
0
forked from aniani/vim

patch 9.0.0806: 'langmap' works differently when there are modifiers

Problem:    'langmap' works differently when there are modifiers.
Solution:   Only apply 'langmap' to a character where modifiers have no
            effect. (closes #11395, closes #11404)
This commit is contained in:
zeertzjq
2022-10-20 17:59:38 +01:00
committed by Bram Moolenaar
parent d0fab10ed2
commit 49660f5139
3 changed files with 55 additions and 9 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
806,
/**/
805,
/**/