diff src/version.c @ 3242:48252b5fd170 v7.3.390

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)
author Bram Moolenaar <bram@vim.org>
date Fri, 30 Dec 2011 15:01:59 +0100
parents c97c3272d7a6
children 819322e0e93e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    390,
+/**/
     389,
 /**/
     388,