commit | f18332fb9e2e4208a97d800f096b02c6681780e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 07 17:55:55 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 07 17:55:55 2021 +0200 |
tree | 8cbfcb58bfbe67b2549d76ba721b2db9c33a602b | |
parent | e08795e1ecf0b85751e9f41021603c39ef026d92 [diff] [blame] |
patch 8.2.2842: Vim9: skip argument to searchpair() is not compiled Problem: Vim9: skip argument to searchpair() is not compiled. Solution: Add VAR_INSTR.
diff --git a/src/version.c b/src/version.c index 4770cb3..12aace8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2842, +/**/ 2841, /**/ 2840,