commit | e0f148270a03e0da2bf21706bee4d2fe99146c55 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 06 13:20:56 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 06 13:20:56 2014 +0200 |
tree | e2058f24b39a2e3c2d36b80f73e51cd3163eefb8 | |
parent | ece29e80131afdd4bb7aa74f62b98cf97f1090b5 [diff] [blame] |
updated for version 7.4.391 Problem: No 'cursorline' highlighting when the cursor is on a line with diff highlighting. (Benjamin Fritz) Solution: Combine the highlight attributes. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index d2de43f..fa2efdf 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 391, +/**/ 390, /**/ 389,