mirror of
https://github.com/zoriya/vim.git
synced 2026-05-21 14:30:12 +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.