]> granicus.if.org Git - vim/commit
patch 8.1.1739: deleted match highlighting not updated in other window v8.1.1739
authorBram Moolenaar <Bram@vim.org>
Wed, 24 Jul 2019 12:25:26 +0000 (14:25 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 24 Jul 2019 12:25:26 +0000 (14:25 +0200)
commit06029a857a3d4d90b3162090506c1e00dc84c60b
treed868ce4168d16c3521aa6bd16b6a81e358ebeb35
parent9bc4dde45d45df732953491d0f2c3fd3b10a627e
patch 8.1.1739: deleted match highlighting not updated in other window

Problem:    Deleted match highlighting not updated in other window.
Solution:   Mark the window for refresh. (closes #4720)  Also fix that
            ambi-width check clears with wrong attributes.
src/highlight.c
src/term.c
src/testdir/dumps/Test_matchdelete_1.dump [new file with mode: 0644]
src/testdir/test_match.vim
src/version.c