]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0877: cannot get the search statistics v8.2.0877
authorBram Moolenaar <Bram@vim.org>
Mon, 1 Jun 2020 15:28:35 +0000 (17:28 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 1 Jun 2020 15:28:35 +0000 (17:28 +0200)
commite8f5ec0d30b629d7166f0ad03434065d8bc822df
tree47f18763d1948a5ceb7f421af8f904ca0db5d997
parent950587242cad52d067a15f0f0c83528a28f75731
patch 8.2.0877: cannot get the search statistics

Problem:    Cannot get the search statistics.
Solution:   Add the searchcount() function. (Fujiwara Takuya, closes #4446)
runtime/doc/eval.txt
src/evalfunc.c
src/macros.h
src/proto/search.pro
src/search.c
src/testdir/test_search_stat.vim
src/version.c