mirror of
https://github.com/neovim/neovim.git
synced 2025-11-13 22:08:59 +00:00
Problem: Wrong breakindentopt=list:-1 with multibyte chars or TABs in
text matched by 'formatlistpat' (John M Devin)
Solution: Use the width of the match text (zeertzjq)
fixes: vim/vim#15634
closes: vim/vim#15635
61a6ac4d00