commit | e8f5ec0d30b629d7166f0ad03434065d8bc822df | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 01 17:28:35 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 01 17:28:35 2020 +0200 |
tree | 47f18763d1948a5ceb7f421af8f904ca0db5d997 | |
parent | 950587242cad52d067a15f0f0c83528a28f75731 [diff] [blame] |
patch 8.2.0877: cannot get the search statistics Problem: Cannot get the search statistics. Solution: Add the searchcount() function. (Fujiwara Takuya, closes #4446)
diff --git a/src/version.c b/src/version.c index ce0e545..af3aadf 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 877, +/**/ 876, /**/ 875,