comparison src/version.c @ 5132:a68629544891 v7.3.1309

updated for version 7.3.1309 Problem: When a script defines a function the flag to wait for the user to hit enter is reset. Solution: Restore the flag. (Yasuhiro Matsumoto) Except when the user was typing the function.
author Bram Moolenaar <bram@vim.org>
date Fri, 05 Jul 2013 18:29:48 +0200
parents 71e066e10a47
children b49784c49d53
comparison
equal deleted inserted replaced
5131:99797d166c1f 5132:a68629544891
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 1309,
731 /**/ 733 /**/
732 1308, 734 1308,
733 /**/ 735 /**/
734 1307, 736 1307,
735 /**/ 737 /**/