]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3210: Vim9: searchpair() sixth argument is compiled v8.2.3210
authorBram Moolenaar <Bram@vim.org>
Sat, 24 Jul 2021 13:44:30 +0000 (15:44 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 24 Jul 2021 13:44:30 +0000 (15:44 +0200)
commitdd0b287c1ec8314034a2dbb14c4267994c47520c
treea97d68b7b799f6addb4429acb89acc28c26f405e
parent88421d6dc812a2f3b0eab34740f174c9558cb734
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.
src/testdir/test_vim9_builtin.vim
src/version.c
src/vim9compile.c