commit | 41009374747d68a12d043bcca0ae649d0c18daf4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 01 22:03:04 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 01 22:03:04 2013 +0200 |
tree | e05985bb9262965f6c4ea9a4ddde724be7b89084 | |
parent | c33916a6e06db94ea1a3dfd35eee32ca80787ec5 [diff] [blame] |
updated for version 7.3.1287 Problem: Python SystemExit exception is not handled properly. Solution: Catch the exception and give an error. (Yasuhiro Matsumoto, Ken Takata)
diff --git a/src/version.c b/src/version.c index d73254f..830035f 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1287, +/**/ 1286, /**/ 1285,