mirror of
https://github.com/neovim/neovim.git
synced 2026-05-17 18:49:59 +00:00
Problem: With 'showbreak' set and after the end of the line the cursor
may be displayed in the wrong position.
Solution: Do not apply 'showbreak' after the end of the line. (closes vim/vim#9884)
21efafe4c2
Co-authored-by: Bram Moolenaar <Bram@vim.org>