commit | f86dea8119f3141e3d2c680219036d1511101f9b | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sun Mar 05 21:15:06 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 05 21:15:06 2023 +0000 |
tree | 741993d7ef54fa51f7ea56c8975b56d55cdf8b57 | |
parent | b0b6b8b07eaeac5a22370d2b8ecefb6dd026c541 [diff] [blame] |
patch 9.0.1385: g'Esc is considered an error Problem: g'Esc is considered an error. Solution: Make g'Esc silently abandon the command. (closes #12110)
diff --git a/src/version.c b/src/version.c index 0090eed..4288f31 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1385, +/**/ 1384, /**/ 1383,