comparison src/version.c @ 21415:b530a433fe7d v8.2.1258

patch 8.2.1258: CursorHold does not work well Commit: https://github.com/vim/vim/commit/08815a1d0350fbcc007aea5dd1272454c03fab4f Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 20 23:10:56 2020 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Jul 2020 23:15:05 +0200
parents 8992d4f63761
children 53ff4dfe6e11
comparison
equal deleted inserted replaced
21414:4650e4659957 21415:b530a433fe7d
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1258,
757 /**/ 759 /**/
758 1257, 760 1257,
759 /**/ 761 /**/
760 1256, 762 1256,
761 /**/ 763 /**/