mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +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.