]> granicus.if.org Git - vim/commitdiff
patch 7.4.1622 v7.4.1622
authorBram Moolenaar <Bram@vim.org>
Sun, 20 Mar 2016 17:54:19 +0000 (18:54 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 20 Mar 2016 17:54:19 +0000 (18:54 +0100)
Problem:    Channel demo doesn't work with Python 2.6.
Solution:   Add number in formatting placeholder

src/version.c

index cb8b97106cc0814f92464538c8bc1f812f12c889..8d4fee47eddeb800127ac5e01889137e4d395dee 100644 (file)
@@ -748,6 +748,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1622,
 /**/
     1621,
 /**/