comparison src/version.c @ 4262:8653c39b85ea v7.3.882

updated for version 7.3.882 Problem: CursorHold may trigger after receiving the termresponse. Solution: Set the did_cursorhold flag. (Hayaki Saito)
author Bram Moolenaar <bram@vim.org>
date Fri, 05 Apr 2013 19:50:17 +0200
parents d8acfc49d94e
children 76aa34cef80f
comparison
equal deleted inserted replaced
4261:1659ea021276 4262:8653c39b85ea
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 882,
731 /**/ 733 /**/
732 881, 734 881,
733 /**/ 735 /**/
734 880, 736 880,
735 /**/ 737 /**/