comparison 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
comparison
equal deleted inserted replaced
6182:cef6c428930f 6183:fca35aa9380a
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 427,
744 /**/ 746 /**/
745 426, 747 426,
746 /**/ 748 /**/
747 425, 749 425,
748 /**/ 750 /**/