comparison src/version.c @ 3328:a27fac494e70 v7.3.431

updated for version 7.3.431 Problem: Fetching a key at a prompt may be confused by escape sequences. Especially when getting a prompt at a VimEnter autocommand. (Alex Efros) Solution: Properly handle escape sequences deleted by check_termcode().
author Bram Moolenaar <bram@vim.org>
date Sun, 05 Feb 2012 22:05:48 +0100
parents a9f8dd20a49f
children 81201fb337a5
comparison
equal deleted inserted replaced
3327:6a032c66c972 3328:a27fac494e70
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 431,
717 /**/ 719 /**/
718 430, 720 430,
719 /**/ 721 /**/
720 429, 722 429,
721 /**/ 723 /**/