diff src/version.c @ 6901:2ce6b77a49de v7.4.770

patch 7.4.770 Problem: Background color response with transparency is not ignored. Solution: Change the way escape sequences are recognized. (partly by Hirohito Higashi)
author Bram Moolenaar <bram@vim.org>
date Fri, 10 Jul 2015 14:05:10 +0200
parents cfd9a2befd67
children dd923806ae3b
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 */
 /**/
+    770,
+/**/
     769,
 /**/
     768,