]> granicus.if.org Git - vim/commit
patch 9.0.0745: wrong cursor position when using "gj" and "gk" in a long line v9.0.0745
authorBram Moolenaar <Bram@vim.org>
Thu, 13 Oct 2022 19:23:28 +0000 (20:23 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 13 Oct 2022 19:23:28 +0000 (20:23 +0100)
commit4b6172e108fe06be47c09f8690dc54608be3ee80
tree0eeeebdeb0dbd734d595a9c6101d9857ca37e51a
parent6c4d4a64449ea225b1a568f5517e309b2054b490
patch 9.0.0745: wrong cursor position when using "gj" and "gk" in a long line

Problem:    Wrong cursor position when using "gj" and "gk" in a long line.
Solution:   Adjust computations for the cursor position and skipcol. Re-enable
            tests that pass now, disable failing breakindent test.
src/move.c
src/testdir/test_breakindent.vim
src/testdir/test_normal.vim
src/version.c