]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1348: still E315 with the terminal feature v9.1.1348
authorHirohito Higashi <h.east.727@gmail.com>
Sun, 27 Apr 2025 13:36:43 +0000 (15:36 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 27 Apr 2025 13:36:43 +0000 (15:36 +0200)
commitfa9753a721c6ea2d30f666aada0689d6ec2f2fd6
tree971a2cf1a63b0bbcee8a5f7f1ebae89a5bf3b3a4
parentfbe4a8f5c0fbaa99ffa5b67081c10c85bc88a91a
patch 9.1.1348: still E315 with the terminal feature

Problem:  still E315 with the terminal feature
          (user202729)
Solution: call update_topline() in limit_scrollback()
          (Hirohito Higashi)

fixes: #17195
closes: #17196

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/terminal.c
src/testdir/test_terminal2.vim
src/version.c