diff src/version.c @ 9951:d990a4394c9d v7.4.2249

commit https://github.com/vim/vim/commit/ba2099034f92a2814494f37bddb0c57d034401b4 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 24 22:06:38 2016 +0200 patch 7.4.2249 Problem: Missing colon in error message. Solution: Add the colon. (Dominique Pelle)
author Christian Brabandt <cb@256bit.org>
date Wed, 24 Aug 2016 22:15:07 +0200
parents 30be4b26a37e
children 9560a2eb7968
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2249,
+/**/
     2248,
 /**/
     2247,