diff src/version.c @ 5190:fc6f4a653265 v7.4a.021

updated for version 7.4a.021 Problem: Using feedkeys() doesn't always work. Solution: Omit feedkeys(). (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Sun, 14 Jul 2013 13:02:12 +0200
parents fa76be660fa9
children c28202427d71
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -728,6 +728,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    21,
+/**/
     20,
 /**/
     19,