1
0
forked from aniani/vim

patch 8.2.1258: CursorHold does not work well

Problem:    CursorHold does not work well.a (Shane-XB-Qian)
Solution:   Only restore did_cursorhold when using :normal.
This commit is contained in:
Bram Moolenaar
2020-07-20 23:10:56 +02:00
parent b31be3f909
commit 08815a1d03
2 changed files with 8 additions and 1 deletions

View File

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