1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-06-04 20:56:09 +02:00
parent e52702f003
commit 442a85369f
4 changed files with 48 additions and 7 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
902,
/**/
901,
/**/