commit | 79739e163ba7f4b8fe1ad8374d24521b2e595331 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 26 11:41:00 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 26 11:41:00 2011 +0200 |
tree | b144e97cc42ef4ac48024c83a27616375c42259f | |
parent | b931d74b060461c47008aba7b3eb6a9ab1471c69 [diff] [blame] |
updated for version 7.3.348 Problem: "call range(1, 947948399)" causes a crash. (ZyX) Solution: Avoid a loop in the out of memory message.
diff --git a/src/version.c b/src/version.c index 7c966e5..9f5b06c 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 348, +/**/ 347, /**/ 346,