commit | 442a85369f3eb9834dbab42add45f7c4106700f4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 04 20:56:09 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 04 20:56:09 2020 +0200 |
tree | 4eb3d8f317235ee838653441c45e8bf3fcee8b16 | |
parent | e52702f00322c8a8861efd0bd6a3775e685e5685 [diff] [blame] |
patch 8.2.0902: using searchcount() in 'statusline' causes an error Problem: Using searchcount() in 'statusline' causes an error. Solution: Avoid saving/restoring the search patten recursively. (closes #6194)
diff --git a/src/version.c b/src/version.c index 291744e..bb18367 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 902, +/**/ 901, /**/ 900,