commit | c7f08b7ee1c1ff2080d425c2fcdb6907c26fc98e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 12 17:39:14 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 12 17:39:14 2018 +0200 |
tree | 39b22deea18a51f01d852e3928cb90ca4cd4d6df | |
parent | 164251ff805e89a3d9a850a77e3139e28908f44a [diff] [blame] |
patch 8.1.0277: 'incsearch' highlighting wrong in a few cases Problem: 'incsearch' highlighting wrong in a few cases. Solution: Fix using last search pattern. Restore highlighting when changing command. (issue #3321)
diff --git a/src/version.c b/src/version.c index 98b2335..a3f81f0 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 277, +/**/ 276, /**/ 275,