1
0
forked from aniani/vim

patch 7.4.2236

Problem:    The 'langnoremap' option leads to double negatives.  And it does
            not work for the last character of a mapping.
Solution:   Add 'langremap' with the opposite value.  Keep 'langnoremap' for
            backwards compatibility.  Make it work for the last character of a
            mapping.  Make the test work.
This commit is contained in:
Bram Moolenaar
2016-08-21 17:45:02 +02:00
parent 989f592f7f
commit 920694c1b6
6 changed files with 86 additions and 23 deletions

View File

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