]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4588: mapping with key after other matching mapping does not work v8.2.4588
authorBram Moolenaar <Bram@vim.org>
Fri, 18 Mar 2022 15:41:17 +0000 (15:41 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 18 Mar 2022 15:41:17 +0000 (15:41 +0000)
commitf35fd8e5d484be0e3fdd7c3c24f690083f91264d
tree81308317bd7d0935faa2f8acf97a581fee44c0c5
parent61efa16932d485fc724e4b94a8e7078a176c9946
patch 8.2.4588: mapping with key after other matching mapping does not work

Problem:    Mapping with key code after other matching mapping does not work.
Solution:   Change ">" to ">=". (closes #9903)
src/getchar.c
src/testdir/test_termcodes.vim
src/version.c