1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2021-11-12 10:30:04 +00:00
parent 113cb513f7
commit 0c71114aed
5 changed files with 58 additions and 3 deletions

View File

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