commit | 08815a1d0350fbcc007aea5dd1272454c03fab4f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 20 23:10:56 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 20 23:10:56 2020 +0200 |
tree | dad1065491e1a6af82e39fd44c7ce02b9082e96c | |
parent | b31be3f909e074214b7f346888209c866faed56f [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index cc7fbfb..1aacd3b 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1258, +/**/ 1257, /**/ 1256,