comparison src/version.c @ 26101:5317b0ae4893 v8.2.3583

patch 8.2.3583: the "gd" and "gD" commands do not update search stats Commit: https://github.com/vim/vim/commit/0c71114aede81a209b7efc126b4bf19f11d58955 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 12 10:30:04 2021 +0000 patch 8.2.3583: the "gd" and "gD" commands do not update search stats Problem: The "gd" and "gD" commands do not update search stats. (Gary Johnson) Solution: Clear search stats.
author Bram Moolenaar <Bram@vim.org>
date Fri, 12 Nov 2021 11:45:04 +0100
parents 25b93e560a7c
children d079ab2ba260
comparison
equal deleted inserted replaced
26100:babd9f1dbe12 26101:5317b0ae4893
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3583,
760 /**/ 762 /**/
761 3582, 763 3582,
762 /**/ 764 /**/
763 3581, 765 3581,
764 /**/ 766 /**/