1
0
forked from aniani/vim

updated for version 7.3.882

Problem:    CursorHold may trigger after receiving the termresponse.
Solution:   Set the did_cursorhold flag. (Hayaki Saito)
This commit is contained in:
Bram Moolenaar
2013-04-05 19:50:17 +02:00
parent 24b11fb173
commit 68879258d9
2 changed files with 8 additions and 0 deletions

View File

@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
882,
/**/
881,
/**/