commit | 21e854e5ce08ad419441136b1698d535ff818a72 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 04 19:00:48 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 04 19:00:48 2014 +0200 |
tree | 5cbca036aea3034ba98b6be75a35caeb0525df62 | |
parent | 57a728d1df7451f5b2b6b1f933182b5af9513d83 [diff] [blame] |
updated for version 7.4.245 Problem: Crash for "vim -u NONE -N -c '&&'". Solution: Check for the pattern to be NULL. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index da98b0a..e38acfb 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 245, +/**/ 244, /**/ 243,