]> granicus.if.org Git - vim/commit
patch 8.2.3952: first line not redrawn when adding lines to an empty buffer v8.2.3952
authorzeertzjq <zeertzjq@outlook.com>
Fri, 31 Dec 2021 12:19:22 +0000 (12:19 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 31 Dec 2021 12:19:22 +0000 (12:19 +0000)
commit1fa3de1ce806ba18ebcc00c6d9a0678a84735463
tree564e1bffe8e1b78c824b0935d6059a21765cb5f2
parent04fb916684829f6aa12f33f14d0d0023b458f200
patch 8.2.3952: first line not redrawn when adding lines to an empty buffer

Problem:    First line not redrawn when adding lines to an empty buffer.
Solution:   Adjust the argument to appended_lines(). (closes #9439,
            closes #9438)
src/ex_cmds.c
src/testdir/test_excmd.vim
src/version.c