commit | 67a2deb9cb4ac2224cb1e4d240a5d0659f036264 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 25 00:05:32 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 25 00:05:32 2019 +0100 |
tree | 024c2f55f38fb92a7da3c6887dbd0c510c7ae6cb | |
parent | a106e6cde682bda4ad10ed745acb51975fcb02e0 [diff] [blame] |
patch 8.1.2341: not so easy to interrupt a script programatically Problem: Not so easy to interrupt a script programatically. Solution: Add the interrupt() function. (Yasuhiro Matsumoto, closes #2834)
diff --git a/src/version.c b/src/version.c index bebf220..bbc71be 100644 --- a/src/version.c +++ b/src/version.c
@@ -738,6 +738,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2341, +/**/ 2340, /**/ 2339,