commit | d7ece1008ee6173afda6d173bed486ae79c1c38a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 02 23:23:02 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 02 23:23:02 2016 +0100 |
tree | bde78dfcd1a51924896910ee85774cf2697918ed | |
parent | d087566a419cc107adab77db997b184ea0e433ad [diff] [blame] |
patch 7.4.1246 Problem: The channel functionality isn't tested. Solution: Add a test using a Python test server.
diff --git a/src/version.c b/src/version.c index b93a59d..6aa4baa 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1246, +/**/ 1245, /**/ 1244,