mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 19:39:53 +10:00
Problem: Bad redrawing with spell checking, using "C" and "$" in 'cpo'.
Solution: Do not redraw the next line when "$" is in 'cpo'. (closes vim/vim#11285)
f3ef026c98
Co-authored-by: Bram Moolenaar <Bram@vim.org>