commit | d6b8a5253b293b90a90af4320e9fd1c6e587ad2b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 11 01:05:48 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 11 01:05:48 2013 +0100 |
tree | ff3b1dc7266f430578284b0d1b43d18a09cdd697 | |
parent | a939e434407b749adf4d50ea9f3f13b6a9abaf86 [diff] [blame] |
updated for version 7.4.084 Problem: Python: interrupt not being properly discarded. (Yggdroot Chen) Solution: Discard interrupt in VimTryEnd. (ZyX)
diff --git a/src/version.c b/src/version.c index ce5d250..f9bb7dd 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 84, +/**/ 83, /**/ 82,