commit | 09deeb7c945d2677722df5b40959f97b646b6092 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 24 18:22:41 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 24 18:22:41 2015 +0100 |
tree | bd3afc23e03d37d0bd76449744fa6aba27937ce8 | |
parent | dbcf19dc498cb1561c9215a3f255e81cde0c0543 [diff] [blame] |
updated for version 7.4.682 Problem: The search highlighting and match highlighting replaces the cursorline highlighting, this doesn't look good. Solution: Combine the highlighting. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 7ef3607..5c99d49 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 682, +/**/ 681, /**/ 680,