mirror of
https://github.com/neovim/neovim.git
synced 2026-08-23 07:41:09 +00:00
Problem: 'linebreak' may still apply to leading whitespace
(VanaIgr)
Solution: Compare pointers instead of virtual columns.
(zeertzjq)
related: #27180
closes: vim/vim#13915
703f9bc943
Co-authored-by: VanaIgr <vanaigranov@gmail.com>