diff src/version.c @ 6183:fca35aa9380a v7.4.427

updated for version 7.4.427 Problem: When an InsertCharPre autocommand executes system() typeahead may be echoed and messes up the display. (Jacob Niehus) Solution: Do not set cooked mode when invoked from ":silent".
author Bram Moolenaar <bram@vim.org>
date Fri, 29 Aug 2014 15:53:52 +0200
parents 7ab9a9cf2859
children 1fe61f6d5207
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 */
 /**/
+    427,
+/**/
     426,
 /**/
     425,