commit | 0a1f56fcfe31be929e9cd8c3d81a984c960e4180 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 24 00:43:35 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 24 00:43:35 2019 +0200 |
tree | 7bc7684aa4eccb489a5a6a1636dd612397c7348f | |
parent | 7be3ab25891fec711d8a2d9d242711a9155852b6 [diff] [blame] |
patch 8.1.1584: the evalfunc.c file is getting too big Problem: The evalfunc.c file is getting too big. Solution: Move channel and job related functions to channel.c.
diff --git a/src/version.c b/src/version.c index 9fec3b8..39884ef 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1584, +/**/ 1583, /**/ 1582,