mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
If the quickfixlist item doesn't contain a column it is reported as 0. Rather than using a nil value in such a case (which breaks diagnostics elsewhere), just keep the 0 value.