diff src/version.c @ 7115:ec89519dfeea v7.4.869

commit https://github.com/vim/vim/commit/3b59755862f4604ded8155404a1fe4c84c606829 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 15 17:58:29 2015 +0200 patch 7.4.869 Problem: MS-Windows: scrolling may cause text to disappear when using an Intel GPU. Solution: Call GetPixel(). (Yohei Endo)
author Christian Brabandt <cb@256bit.org>
date Tue, 15 Sep 2015 18:00:04 +0200
parents 83b3261352b3
children 9946e87686c8
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    869,
+/**/
     868,
 /**/
     867,