commit | 8f46e4c4bde13fd5ad68a6670b79cc462b65fbec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 24 22:08:15 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 24 22:08:15 2019 +0200 |
tree | fd1171bb8285f800b7621411d9ba742d2e5f6e39 | |
parent | 7b31a181c84ec6b9050892e80f3132907569f8d8 [diff] [blame] |
patch 8.1.1390: search stats are off when using count or offset Problem: Search stats are off when using count or offset. Solution: Recompute the stats when needed. (Masato Nishihata, closes #4410)
diff --git a/src/version.c b/src/version.c index 03ad4bc..a971633 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1390, +/**/ 1389, /**/ 1388,