]> granicus.if.org Git - vim/commit
patch 9.0.0638: popup menu highlight wrong on top of preview popup v9.0.0638
authorBram Moolenaar <Bram@vim.org>
Sun, 2 Oct 2022 13:28:30 +0000 (14:28 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 2 Oct 2022 13:28:30 +0000 (14:28 +0100)
commit393f8d61f55cb6127a100e812ba4d66097a32d2e
tree979245f3f96e888e53c6db6b09a8a0f7c68ea749
parenteda29c971c0592d85c5856da7708f3edfdc54cfa
patch 9.0.0638: popup menu highlight wrong on top of preview popup

Problem:    Popup menu highlight wrong on top of preview popup. (Yegappan
            Lakshmanan)
Solution:   Also check for the popup menu in screen_line().
src/screen.c
src/testdir/dumps/Test_pum_preview_1.dump [new file with mode: 0644]
src/testdir/dumps/Test_pum_preview_2.dump [new file with mode: 0644]
src/testdir/dumps/Test_pum_preview_3.dump [new file with mode: 0644]
src/testdir/dumps/Test_pum_preview_4.dump [new file with mode: 0644]
src/testdir/test_popupwin.vim
src/version.c