diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    882,
+/**/
     881,
 /**/
     880,