]> granicus.if.org Git - vim/commit
patch 8.2.4501: with 'showbreak' set cursor displayed in wrong position v8.2.4501
authorBram Moolenaar <Bram@vim.org>
Thu, 3 Mar 2022 20:04:03 +0000 (20:04 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 3 Mar 2022 20:04:03 +0000 (20:04 +0000)
commit21efafe4c25373929979c72dc8aafa119f12dd8b
treef3fabbfba3e339c35a2567d2c61f1560793d491b
parent0e1574c4069ded47c170fcd7a47a0df66693a5f4
patch 8.2.4501: with 'showbreak' set cursor displayed in wrong position

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 #9884)
src/charset.c
src/testdir/dumps/Test_cursor_position_with_showbreak.dump [new file with mode: 0644]
src/testdir/test_breakindent.vim
src/version.c