diff src/version.c @ 9542:00ee8d8c2e0c v7.4.2051

commit https://github.com/vim/vim/commit/502ae4ba63561c98ac69af26cd9883bfd18d225f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 16 19:50:13 2016 +0200 patch 7.4.2051 Problem: No proper testing of trunc_string(). Solution: Add a unittest for message.c.
author Christian Brabandt <cb@256bit.org>
date Sat, 16 Jul 2016 20:00:05 +0200
parents 64a791c53418
children 8e797fc5ab0c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -759,6 +759,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2051,
+/**/
     2050,
 /**/
     2049,