commit | d1f13fd5978df5fd4b2e0fbc61e671edec958e15 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 05 21:30:07 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 05 21:30:07 2012 +0200 |
tree | cb72f7a3c0fac444ad160ea5b495e1d2faec87c1 | |
parent | 4ccb265bd41a2048edbe4a42b1d9ca92adcc9bb9 [diff] [blame] |
updated for version 7.3.683 Problem: ":python" may crash when vimbindeval() returns None. Solution: Check for v_string to be NULL. (Yukihiro Nakadaira)
diff --git a/src/version.c b/src/version.c index 143657e..62e0f4b 100644 --- a/src/version.c +++ b/src/version.c
@@ -720,6 +720,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 683, +/**/ 682, /**/ 681,