From: Bram Moolenaar Date: Sun, 20 Mar 2016 17:54:19 +0000 (+0100) Subject: patch 7.4.1622 X-Git-Tag: v7.4.1622 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17b56c9f8327e6869580e3cfd82efcf8966d797a;p=thirdparty%2Fvim.git patch 7.4.1622 Problem: Channel demo doesn't work with Python 2.6. Solution: Add number in formatting placeholder --- diff --git a/src/version.c b/src/version.c index cb8b97106c..8d4fee47ed 100644 --- a/src/version.c +++ b/src/version.c @@ -748,6 +748,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1622, /**/ 1621, /**/