]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0511: unnecessary scrolling for message of only one line v9.0.0511
authorzeertzjq <zeertzjq@outlook.com>
Tue, 20 Sep 2022 11:45:15 +0000 (12:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 20 Sep 2022 11:45:15 +0000 (12:45 +0100)
commitbdedd2bcce3a59028c7504a397ff77d901b1b12a
treed9786a098da5bb06ad6aa9ea6aff8531abd81efe
parent7c046ae99ba85a4fdf1a546157e2ed6f12b79ea6
patch 9.0.0511: unnecessary scrolling for message of only one line

Problem:    Unnecessary scrolling for message of only one line.
Solution:   Only set msg_scroll when needed. (closes #11178)
src/message.c
src/testdir/test_messages.vim
src/version.c