commit | f57969a20a4398f56e3028a6cc1102f9f9286ccf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 02 20:47:49 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 02 20:47:49 2016 +0100 |
tree | d9eec37321639789c2869fb7bda2ea9c24159bad | |
parent | fbf9c6b6c3bdb1c2eb42ea8c227e8ee021a7a8f2 [diff] [blame] |
patch 7.4.1244 Problem: The channel functions don't sort together. Solution: Use a common "ch_" prefix.
diff --git a/src/version.c b/src/version.c index 34922b6..1676415 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1244, +/**/ 1243, /**/ 1242,