commit | f35fd8e5d484be0e3fdd7c3c24f690083f91264d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 18 15:41:17 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 18 15:41:17 2022 +0000 |
tree | 81308317bd7d0935faa2f8acf97a581fee44c0c5 | |
parent | 61efa16932d485fc724e4b94a8e7078a176c9946 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 5cb21e8..6c59f95 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4588, +/**/ 4587, /**/ 4586,