]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1737: cursor line highlight in popup window is not always updated v8.2.1737
authorBram Moolenaar <Bram@vim.org>
Thu, 24 Sep 2020 20:57:31 +0000 (22:57 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 24 Sep 2020 20:57:31 +0000 (22:57 +0200)
commit10476521f51d5902d191f2189307781fc48a3a16
treef0c026fcf929c281b52ac75a735956c214126df4
parent531be47ac5522807b265c6287021a01c9b895ac9
patch 8.2.1737: cursor line highlight in popup window is not always updated

Problem:    Cursor line highlight in popup window is not always updated.
Solution:   Check if the cursor has moved. (closes #7010)
src/popupwin.c
src/testdir/dumps/Test_popupwin_win_execute_cursorline.dump [new file with mode: 0644]
src/testdir/test_popupwin.vim
src/version.c