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.

920694c1b6
This commit is contained in:
lonerover
2017-03-22 12:24:07 +08:00
parent 8de53157b6
commit 53da57d27a
6 changed files with 78 additions and 21 deletions

View File

@@ -205,7 +205,7 @@ static const int included_patches[] = {
// 2239,
// 2238 NA
2237,
// 2236,
2236,
2235,
// 2234 NA
2233,