mirror of
https://github.com/zoriya/vim.git
synced 2026-05-18 13:20:44 +00:00
df48fb456f
Problem: Using submatch() in a lambda passed to substitute() is verbose.
Solution: Use a static list and pass it as an optional argument to the
function. Fix memory leak.