Problem: Langmap applies to Insert mode expression mappings.
Solution: Check for Insert mode. (Daniel Hahler)
nolmaplen = 2;
else
{
- LANGMAP_ADJUST(c1, TRUE);
+ LANGMAP_ADJUST(c1, (State & INSERT) == 0);
nolmaplen = 0;
}
#endif
:inoreab чкпр vim
GAчкпр
\e
+
+: " langmap should not get remapped in insert mode
+:inoremap { FAIL_ilangmap
+:set langmap=+{ langnoremap
+o+\e
+: " expr mapping with langmap
+:inoremap <expr> { "FAIL_iexplangmap"
+o+\e
+
:/^test/,$w! test.out
:qa!
ENDTEST
test starts here:
vim
++
++
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 552,
/**/
551,
/**/