mirror of
https://github.com/neovim/neovim.git
synced 2026-03-15 13:27:22 +00:00
Problem: when line is blank link then there will got an invalid column number in math.min compare. Solution: make sure the min column number is 0 not an illegal number.