commit | 58b853460add42098ab08017df9e030fb14fd34b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 14 19:54:54 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 14 19:54:54 2016 +0200 |
tree | 7768969fbdae9365c1e11a63a0eb268ab1159ee6 | |
parent | e59215c7dcae17b03daf39517560cfaa03314f5a [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index c2900c1..d618748 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2213, +/**/ 2212, /**/ 2211,