mirror of
https://github.com/vim/vim.git
synced 2026-05-28 00:21:37 +02:00
84ae09dd79
Problem: Crash with invalid shellredir/shellpipe value
(bfredl)
Solution: Validate the option and allow only a single "%s".
fixes: #20157
closes: #20159
Signed-off-by: Christian Brabandt <cb@256bit.org>