diff src/version.c @ 6882:7bd926109eea v7.4.761

patch 7.4.761 Problem: The request-background termcode implementation is incomplete. Solution: Add the missing pieces.
author Bram Moolenaar <bram@vim.org>
date Thu, 25 Jun 2015 19:16:56 +0200
parents bcc0909b379e
children ce209c5103a3
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 */
 /**/
+    761,
+/**/
     760,
 /**/
     759,