]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0849: cursorline highlight is not always updated v8.1.0849
authorBram Moolenaar <Bram@vim.org>
Wed, 30 Jan 2019 20:41:14 +0000 (21:41 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 30 Jan 2019 20:41:14 +0000 (21:41 +0100)
commitc07ff5c60ad35982e9cdaa9dd72d3d1669935e87
tree44d2c989bbe002e8698dd4f81514c407a6a85b06
parentb191be2f0000bf1de09a79226cfd405d9387caa3
patch 8.1.0849: cursorline highlight is not always updated

Problem:    Cursorline highlight is not always updated.
Solution:   Set w_last_cursorline when redrawing.  Fix resetting cursor flags
            when using the popup menu.
src/popupmnu.c
src/screen.c
src/testdir/dumps/Test_cursorline_yank_01.dump [new file with mode: 0644]
src/testdir/test_highlight.vim
src/version.c