commit | 3cfae39b087c2724991d385e5e8ee7d011aa8e99 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Jul 26 17:48:13 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 26 17:48:13 2022 +0100 |
tree | 02d735f2d2857d9d94f59efc339128c04d059386 | |
parent | c2842adfb2ca0637f13e2793fefa18e7818684f9 [diff] [blame] |
patch 9.0.0082: cannot interrupt global command from command line Problem: Cannot interrupt global command from command line. Solution: Reset got_int in another place. (closes #10739)
diff --git a/src/version.c b/src/version.c index ad0c1a9..1ecfefc 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 82, +/**/ 81, /**/ 80,