comparison src/version.c @ 5539:62c720661f81 v7.4.118

updated for version 7.4.118 Problem: It's possible that redrawing the status lines causes win_redr_custom() to be called recursively. Solution: Protect against recursiveness. (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Wed, 11 Dec 2013 15:52:01 +0100
parents 805ad8488dc8
children 2f99966971b0
comparison
equal deleted inserted replaced
5538:63ad26475179 5539:62c720661f81
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 118,
741 /**/ 743 /**/
742 117, 744 117,
743 /**/ 745 /**/
744 116, 746 116,
745 /**/ 747 /**/