commit | 4ef18dcc2e3a6a9aea2dc90bbdb742c3c9231394 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 24 15:28:18 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 24 15:28:18 2019 +0200 |
tree | ede90dc723e568ac928e7323084aef70217ac515 | |
parent | d08b8c4c04db9433340df38d21f0e26878f28421 [diff] [blame] |
patch 8.1.1741: cleared/added match highlighting not updated in other window Problem: Cleared/added match highlighting not updated in other window. (Andi Massimino) Solution: Mark the right window for refresh.
diff --git a/src/version.c b/src/version.c index e25be55..f8f9bb5 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1741, +/**/ 1740, /**/ 1739,