commit | f754fe6a3d5384b5146c38a32db6da9d46e00c40 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Thu Jul 14 17:06:12 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 14 17:06:12 2022 +0100 |
tree | ac33c0dc436f941ebe1d00396d4f7a22ee1d3908 | |
parent | b26592a84c8f578c8fbe83cf02ebb47453de1683 [diff] [blame] |
patch 9.0.0051: using CTRL-C wih :append may hang Vim Problem: Using CTRL-C wih :append may hang Vim. Solution: Reset got_int. (closes #10729, closes #10728)
diff --git a/src/version.c b/src/version.c index 8df4341..a6a80b6 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 51, +/**/ 50, /**/ 49,