changeset 8665:7a2346148551 v7.4.1622

commit https://github.com/vim/vim/commit/17b56c9f8327e6869580e3cfd82efcf8966d797a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 20 18:54:19 2016 +0100 patch 7.4.1622 Problem: Channel demo doesn't work with Python 2.6. Solution: Add number in formatting placeholder
author Christian Brabandt <cb@256bit.org>
date Sun, 20 Mar 2016 19:00:06 +0100
parents d1a5ac336366
children 678da5faa602
files src/version.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1622,
+/**/
     1621,
 /**/
     1620,