commit | 4f026ea9f1ad9db262f0dba522768c84e5ae37b4 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sun Feb 26 14:47:24 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 26 14:47:24 2023 +0000 |
tree | f2f9744ff7341c7dd0a7f69a032eb36956ab7273 | |
parent | 83ae6150bf6bd313487b3a51f9be9836e8b9c20f [diff] [blame] |
patch 9.0.1356: cannot cancel "gr" with Esc Problem: Cannot cancel "gr" with Esc. Solution: Make "gr<Esc>" do nothing. (closes #12064)
diff --git a/src/version.c b/src/version.c index 785f76e..ffe4a85 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1356, +/**/ 1355, /**/ 1354,