mirror of
https://github.com/vim/vim.git
synced 2026-05-28 21:17:14 +02:00
b589f95b38
Problem: ":sign place" only uses the current buffer.
Solution: List signs for all buffers when there is no buffer argument.
Fix error message for invalid buffer name in sign_place().
(Yegappan Lakshmanan, closes #3774)