mirror of
https://github.com/zoriya/vim.git
synced 2026-06-08 05:52:16 +00:00
a6d4849c71
Problem: getqflist() items are missing if not set, that makes it more
difficult to handle the values.
Solution: When a value is not available return zero or another invalid
value. (Yegappan Lakshmanan, closes #2430)