Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a431da

Browse files
jityaobfredl
authored andcommitted
Review 3
1 parent 8034190 commit 8a431da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nvim/screen.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4771,6 +4771,7 @@ win_redr_status_matches (
47714771
* no room, scroll the screen one line up. */
47724772
if (cmdline_row == Rows - 1) {
47734773
msg_scroll_up();
4774+
msg_scrolled++;
47744775
} else {
47754776
cmdline_row++;
47764777
row++;

0 commit comments

Comments
 (0)