diff src/version.c @ 3048:c19c15a9e9bf v7.3.296

updated for version 7.3.296 Problem: When writing to an external command a zombie process may be left behind. Solution: Wait on the process. (James Vega)
author Bram Moolenaar <bram@vim.org>
date Wed, 07 Sep 2011 15:04:31 +0200
parents 0d8494c05113
children 22550986c713
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    296,
+/**/
     295,
 /**/
     294,