]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1542: line not fully displayed if it doesn't fit in the screen v9.0.1542
authorLuuk van Baal <luukvbaal@gmail.com>
Thu, 11 May 2023 17:38:14 +0000 (18:38 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 11 May 2023 17:38:14 +0000 (18:38 +0100)
commit6c018680be0ec25d42614a93be1ea08df29a9e2a
tree6968cb3193efec671e3637bbe92fe177c3d736e1
parente741f039cf46ccfbdaaa274618810787129d152b
patch 9.0.1542: line not fully displayed if it doesn't fit in the screen

Problem:    Line not fully displayed if it doesn't fit in the screen.
Solution:   Do not reset s_skipcol if not needed. (Luuk van Baal,
            closes #12376)
src/move.c
src/testdir/dumps/Test_display_cursor_long_line.dump [new file with mode: 0644]
src/testdir/test_display.vim
src/version.c