mirror of
https://github.com/neovim/neovim.git
synced 2025-11-27 20:50:39 +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.