]> granicus.if.org Git - vim/commit
patch 9.0.0416: ml_get error when appending lines in popup window v9.0.0416
authorBram Moolenaar <Bram@vim.org>
Thu, 8 Sep 2022 12:43:10 +0000 (13:43 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 8 Sep 2022 12:43:10 +0000 (13:43 +0100)
commit58a3cae3eb590c375bf4823052e8d9d4165050de
treef93146c40253fe4f8f6953f3ee357138dcfcf071
parent0500e87eba7b2a82392dbb5d573de19f8ff138e7
patch 9.0.0416: ml_get error when appending lines in popup window

Problem:    ml_get error when appending lines in popup window.
Solution:   Only update w_topline when w_buffer matches curbuf.
            (closes #11074)
src/evalbuffer.c
src/testdir/dumps/Test_term_popup_bufline.dump [new file with mode: 0644]
src/testdir/test_popupwin.vim
src/version.c