diff src/version.c @ 3046:0d8494c05113 v7.3.295

updated for version 7.3.295 Problem: When filtering text with an external command Vim may not read all the output. Solution: When select() is interrupted loop and try again. (James Vega)
author Bram Moolenaar <bram@vim.org>
date Wed, 07 Sep 2011 14:06:47 +0200
parents dbd73fe939cf
children c19c15a9e9bf
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 */
 /**/
+    295,
+/**/
     294,
 /**/
     293,