commit | 0c71114aede81a209b7efc126b4bf19f11d58955 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 12 10:30:04 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 12 10:30:04 2021 +0000 |
tree | e23e9411a0749e18d6bf8d67a7df6f784f16f879 | |
parent | 113cb513f76d8866cbb6dc85fa18aded753e01da [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 73ba32e..713b5e7 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3583, +/**/ 3582, /**/ 3581,