commit | a63cdb5ed685181c377ee89f1d1de6a97dfeb151 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 20 18:24:45 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 20 18:24:45 2016 +0100 |
tree | ad96f06e48c3d35ca85e5ee451c57e3b971906ab | |
parent | 4077b33a8370afb3d5ae74e556a0119cf51fe294 [diff] [blame] |
patch 7.4.1621 Problem: Channel test doesn't work with Python 2.6. Solution: Add number in formatting placeholder. (Wiredool)
diff --git a/src/version.c b/src/version.c index 95067e9..cb8b971 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1621, +/**/ 1620, /**/ 1619,