From da9e519ba1956ca4aac887c000134017ff2d243b Mon Sep 17 00:00:00 2001 From: Michael Ennen Date: Wed, 13 Jan 2016 17:23:10 -0700 Subject: vim-patch:7.4.721 Problem: When 'list' is set Visual mode does not highlight anything in empty lines. (mgaleski) Solution: Check the value of lcs_eol in another place. (Christian Brabandt) https://github.com/vim/vim/commit/d59c099120919d2d77b431308e390f86c594c825 --- 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 804f750e18..da3ee09429 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -403,7 +403,7 @@ static int included_patches[] = { // 724 NA 723, // 722, - // 721, + 721, // 720 NA 719, // 718, -- cgit