comparison src/version.c @ 28137:f825792fddb1 v8.2.4593

patch 8.2.4593: unnecessary call to redraw_later() Commit: https://github.com/vim/vim/commit/95d2e7634ccd8e0da78086002509a856999e180c Author: zeertzjq <zeertzjq@outlook.com> Date: Sat Mar 19 11:42:16 2022 +0000 patch 8.2.4593: unnecessary call to redraw_later() Problem: Unnecessary call to redraw_later(). Solution: Remove the call to redraw_later() in op_yank(). (closes https://github.com/vim/vim/issues/9971)
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Mar 2022 12:45:04 +0100
parents 3ccd55c472b8
children f34afadbef47
comparison
equal deleted inserted replaced
28136:0be74bb8a072 28137:f825792fddb1
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 4593,
753 /**/ 755 /**/
754 4592, 756 4592,
755 /**/ 757 /**/
756 4591, 758 4591,
757 /**/ 759 /**/