diff src/version.c @ 6272:9d5b8b015e5f v7.4.470

updated for version 7.4.470 Problem: Test 11 and 100 do not work properly on Windows. Solution: Avoid using feedkeys(). (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Thu, 09 Oct 2014 15:37:06 +0200
parents a6f5a4ac4d46
children 3005da486a71
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    470,
+/**/
     469,
 /**/
     468,