commit | 65985ac998713dfe0f0ff1dd49c5e3e8f17f4870 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 16 17:08:04 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 16 17:08:04 2018 +0200 |
tree | 27c293869bdbe9c36603600f16c878708a37027d | |
parent | 8f4499b81612568b4964e8445d86e34e6d644b13 [diff] [blame] |
patch 8.1.0399: 'hlsearch' highlight remains in other window Problem: 'hlsearch' highlight remains in other window after cancelling command. Solution: Redraw all windows. Also remove unnecessary delays. (closes #3437)
diff --git a/src/version.c b/src/version.c index adde06a..f991cd0 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 399, +/**/ 398, /**/ 397,