mirror of
https://github.com/neovim/neovim.git
synced 2026-03-02 14:21:41 +10: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.