From 78d17e1f78ed46f611b4ce448a786305ead7c36c Mon Sep 17 00:00:00 2001 From: André Twupack Date: Wed, 24 Sep 2014 21:08:57 +0200 Subject: 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 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index 199c034e97..80b79d1ec6 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -237,7 +237,7 @@ static int included_patches[] = { //394, //393, 392, - //391, + 391, //390, //389, 388, -- cgit