diff src/syntax.c @ 9877:7da89d9c744b v7.4.2213

commit https://github.com/vim/vim/commit/58b853460add42098ab08017df9e030fb14fd34b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 14 19:54:54 2016 +0200 patch 7.4.2213 Problem: Cannot highlight the "~" lines at the end of a window differently. Solution: Add the EndOfBuffer highlighting. (Marco Hinz, James McCoy)
author Christian Brabandt <cb@256bit.org>
date Sun, 14 Aug 2016 20:00:05 +0200
parents 989d44d35a66
children ccb6461b82df
line wrap: on
line diff
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -6789,6 +6789,7 @@ static char *(highlight_init_both[]) =
 	     "StatusLine term=reverse,bold cterm=reverse,bold gui=reverse,bold"),
 	CENT("StatusLineNC term=reverse cterm=reverse",
 	     "StatusLineNC term=reverse cterm=reverse gui=reverse"),
+	"default link EndOfBuffer NonText",
 #ifdef FEAT_WINDOWS
 	CENT("VertSplit term=reverse cterm=reverse",
 	     "VertSplit term=reverse cterm=reverse gui=reverse"),