]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0931: ml_get error in terminal buffer v9.1.0931
authorh-east <h.east.727@gmail.com>
Sun, 15 Dec 2024 18:36:11 +0000 (19:36 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 15 Dec 2024 18:36:11 +0000 (19:36 +0100)
commit3a3a2c921c78a12eac35ef6d6b9cceb117fcc7e1
tree5f367d409cdb0574179540d50d9017b0bfbab352
parentb34622579ca2ffa701ea6cf27a09b17bf74e6f62
patch 9.1.0931: ml_get error in terminal buffer

Problem:  ml_get error in terminal buffer (user202729)
Solution: call update_topline() in win_enter_ext() for terminal buffers
          (h-east)

fixes: #16024
closes: #16211

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