diff src/version.c @ 6056:bdbe2037066d v7.4.367

updated for version 7.4.367 Problem: Other solution for redrawing after completion. Solution: Schedule a window redraw instead of just clearing the command line. (Jacob Niehus)
author Bram Moolenaar <bram@vim.org>
date Wed, 16 Jul 2014 14:42:46 +0200
parents ad775b587065
children 021e16be3c02
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    367,
+/**/
     366,
 /**/
     365,