]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2236 v7.4.2236
authorBram Moolenaar <Bram@vim.org>
Sun, 21 Aug 2016 15:45:02 +0000 (17:45 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 21 Aug 2016 15:45:02 +0000 (17:45 +0200)
commit920694c1b60fac8017b8909efcc24f189804a9bb
treedef5ea232552ca189a8fd9e2f78c93724cf68b17
parent989f592f7ffcbafdc4ec35cee4dc65bd053e2077
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.
runtime/defaults.vim
src/macros.h
src/option.c
src/option.h
src/testdir/test_mapping.vim
src/version.c