mirror of
https://github.com/neovim/neovim.git
synced 2026-09-21 04:58:19 +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.