vim-patch: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)

https://code.google.com/p/vim/source/detail?r=v7-4-391
This commit is contained in:
André Twupack
2014-09-24 21:08:57 +02:00
parent 7e330496a7
commit 78d17e1f78
2 changed files with 18 additions and 8 deletions

View File

@@ -237,7 +237,7 @@ static int included_patches[] = {
//394,
//393,
392,
//391,
391,
//390,
//389,
388,