mirror of
https://github.com/neovim/neovim.git
synced 2026-02-23 19:02:13 +10: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.