commit | 9ce3fa828d238ff28d57b0092bb37575e20010ec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 07 21:29:11 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 07 21:29:11 2019 +0200 |
tree | 9a1b052759252b7173ba44cb2dc4d25ff56a6ee5 | |
parent | 7e1a5af5409120835f6c51c8d26ad7891a966aa8 [diff] [blame] |
patch 8.1.1288: search stats don't show for mapped command Problem: Search stats don't show for mapped command. Solution: Remove SEARCH_PEEK from searchit flags. Add a test. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index e2ca5b0..fb1235c 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1288, +/**/ 1287, /**/ 1286,