commit | f06ab6ba388c1ac907adbbde95b63769f67bc59b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 07 19:44:21 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 07 19:44:21 2021 +0200 |
tree | 087376a950cb6e74a92a35112583a6f60240517e | |
parent | f18332fb9e2e4208a97d800f096b02c6681780e7 [diff] [blame] |
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().
diff --git a/src/version.c b/src/version.c index 12aace8..01c7792 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2843, +/**/ 2842, /**/ 2841,