commit | 6cb0726215519fe94103803e4aa77a355384bcf2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 29 22:49:43 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 29 22:49:43 2020 +0200 |
tree | f7b9a635b37cf16d4fc25cff201eb2bdeba7107a | |
parent | b42c0d54279b1fdb79652db0c84171e213458809 [diff] [blame] |
patch 8.2.0840: search match count wrong when only match is in fold Problem: Search match count wrong when only match is in fold. Solution: Update search stats when in a closed fold. (Christian Brabandt, closes #6160, closes #6152)
diff --git a/src/version.c b/src/version.c index a1b6a7d..7c5b3c037 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 840, +/**/ 839, /**/ 838,