From 5b4a3767f6d1760ba1ce103ef3cffb696ece0244 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 6 Aug 2016 20:36:34 +0200 Subject: patch 7.4.2168 Problem: Not running the startup test on MS-Windows. Solution: Write vimcmd. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index d5623c4cd..1b55e4fba 100644 --- a/src/version.c +++ b/src/version.c @@ -763,6 +763,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2168, /**/ 2167, /**/ -- cgit v1.2.1