commit | fc57380c3f1370c26b8c1eddcf9bccbad58e11aa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 30 15:01:59 2011 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 30 15:01:59 2011 +0100 |
tree | 83291ac1aab0c1172618691576dcb4ed3a46f1b4 | |
parent | 5d6f75e17e783b4ce6702b243cf8fda107592e87 [diff] [blame] |
updated for version 7.3.390 Problem: Using NULL buffer pointer in a window. Solution: Check for w_buffer being NULL in more places. (Bjorn Winckler)
diff --git a/src/version.c b/src/version.c index 5aaf894..1deb08f 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 390, +/**/ 389, /**/ 388,