commit | b830f0c7df8f98a648d1b45aabae78b0367da346 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 20 13:31:21 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 20 13:31:21 2012 +0200 |
tree | f71c66eaef2faa6df0d024d3fe66d62bf4adcafd | |
parent | 53bfca22f1f67934defa5f9c62ae5a6d5cf9f198 [diff] [blame] |
updated for version 7.3.497 Problem: Crash when doing ":python print" and compiled with gcc and the optimizer enabled. Solution: Avoid the crash, doesn't really fix the problem. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index c0d60e8..b2f26a9 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 497, +/**/ 496, /**/ 495,