mirror of
https://github.com/neovim/neovim.git
synced 2026-01-12 16:15:24 +00:00
Problem: Reading before the start of the line.
Solution: When displaying "$" check the column is not negative.
e98c88c44c
Co-authored-by: Bram Moolenaar <Bram@vim.org>