]> granicus.if.org Git - vim/commit
patch 9.0.0476: varargs does not work for replacement function of substitute() v9.0.0476
authorzeertzjq <zeertzjq@outlook.com>
Fri, 16 Sep 2022 11:10:03 +0000 (12:10 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 16 Sep 2022 11:10:03 +0000 (12:10 +0100)
commit48db5dafecacced4a9e42de3f92838b2d59beb4c
treee92793dc73268cef736c68c98ae2fccd5eee8804
parentdd674774bbe3774ff41b817bee0e32060ebcfdad
patch 9.0.0476: varargs does not work for replacement function of substitute()

Problem:    Varargs does not work for replacement function of substitute().
Solution:   Check the varargs flag of the function. (closes #11142)
src/regexp.c
src/structs.h
src/testdir/test_substitute.vim
src/userfunc.c
src/version.c