comparison src/version.c @ 3390:de60f6fa3d8d v7.3.461

updated for version 7.3.461 Problem: The InsertCharPre autocommand event is not triggered during completion and when typing several characters quickly. Solution: Also trigger InsertCharPre during completion. Do not read ahead when an InsertCharPre autocommand is defined. (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Wed, 29 Feb 2012 18:22:08 +0100
parents 981c7ad9dd48
children 70eff6af1158
comparison
equal deleted inserted replaced
3389:c10cb9f3c366 3390:de60f6fa3d8d
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 461,
717 /**/ 719 /**/
718 460, 720 460,
719 /**/ 721 /**/
720 459, 722 459,
721 /**/ 723 /**/