commit | dd0b287c1ec8314034a2dbb14c4267994c47520c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 24 15:44:30 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 24 15:44:30 2021 +0200 |
tree | a97d68b7b799f6addb4429acb89acc28c26f405e | |
parent | 88421d6dc812a2f3b0eab34740f174c9558cb734 [diff] [blame] |
patch 8.2.3210: Vim9: searchpair() sixth argument is compiled Problem: Vim9: searchpair() sixth argument is compiled. (Yegappan Lakshmanan) Solution: Only compile the fifth argument.
diff --git a/src/version.c b/src/version.c index 76c6db9..49e4b60 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3210, +/**/ 3209, /**/ 3208,