Mercurial > vim
comparison src/version.c @ 17170:cee12488e4bc v8.1.1584
patch 8.1.1584: the evalfunc.c file is getting too big
commit https://github.com/vim/vim/commit/0a1f56fcfe31be929e9cd8c3d81a984c960e4180
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jun 24 00:43:35 2019 +0200
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.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 24 Jun 2019 00:45:04 +0200 |
parents | 1d30eb64a7a2 |
children | 6990c1160ea5 |
comparison
equal
deleted
inserted
replaced
17169:c06b3187f7dc | 17170:cee12488e4bc |
---|---|
775 NULL | 775 NULL |
776 }; | 776 }; |
777 | 777 |
778 static int included_patches[] = | 778 static int included_patches[] = |
779 { /* Add new patch number below this line */ | 779 { /* Add new patch number below this line */ |
780 /**/ | |
781 1584, | |
780 /**/ | 782 /**/ |
781 1583, | 783 1583, |
782 /**/ | 784 /**/ |
783 1582, | 785 1582, |
784 /**/ | 786 /**/ |