commit | f1ec378b014efb9897422c40369a6462163a512a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 20 19:37:47 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 20 19:37:47 2020 +0100 |
tree | bb5d2589530f3943517fcea94ec9e96874c2c6aa | |
parent | 20431c9dbb592ebe0666bf042af7d2b373107372 [diff] [blame] |
patch 8.2.0420: Vim9: cannot interrupt a loop with CTRL-C Problem: Vim9: cannot interrupt a loop with CTRL-C. Solution: Check for CTRL-C once in a while. Doesn't fully work yet.
diff --git a/src/version.c b/src/version.c index 26939bb..1ad99cf 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 420, +/**/ 419, /**/ 418,