]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3122: with 'nowrap' cursor position is unexected in narrow window v8.2.3122
authorBram Moolenaar <Bram@vim.org>
Thu, 8 Jul 2021 11:19:31 +0000 (13:19 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 8 Jul 2021 11:19:31 +0000 (13:19 +0200)
commit30441bb3d5fa73f888b09684db3f54ff5ab48dbc
treea1061744b892daf8b62f10917039631ca457fda8
parent41fb723ee97baa2f095cde601a5a144b168b7a6b
patch 8.2.3122: with 'nowrap' cursor position is unexected in narrow window

Problem:    With 'nowrap' cursor position is unexected in narrow window.
            (Leonid V.  Fedorenchik)
Solution:   Put cursor on the last non-empty line. (closes #8525)
src/move.c
src/testdir/dumps/Test_listchars_06.dump [new file with mode: 0644]
src/testdir/dumps/Test_listchars_07.dump [new file with mode: 0644]
src/testdir/test_listchars.vim
src/version.c