1
0
forked from aniani/vim

patch 8.2.2843: Vim9: skip argument to searchpairpos() is not compiled

Problem:    Vim9: skip argument to searchpairpos() is not compiled.
Solution:   Handle like searchpair().  Also for search() and searchpos().
This commit is contained in:
Bram Moolenaar
2021-05-07 19:44:21 +02:00
parent f18332fb9e
commit f06ab6ba38
3 changed files with 29 additions and 2 deletions

View File

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