diff src/version.c @ 6549:2561531decf1 v7.4.601

updated for version 7.4.601 Problem: It is not possible to have feedkeys() insert characters. Solution: Add the 'i' flag.
author Bram Moolenaar <bram@vim.org>
date Tue, 27 Jan 2015 15:19:24 +0100
parents 436d6c9e57f2
children 4e31d9f7c896
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 */
 /**/
+    601,
+/**/
     600,
 /**/
     599,