commit | 2d33e90f81334eee34275a259444434abf56250f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 11 16:31:54 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 11 16:31:54 2017 +0200 |
tree | b225046c33e7f57130c423c9c920813f425fbec8 | |
parent | e41e3b41f991bd610f889dea57676526704fea5f [diff] [blame] |
patch 8.0.0899: function name mch_stop_job() is confusing Problem: Function name mch_stop_job() is confusing. Solution: Rename to mch_signal_job().
diff --git a/src/version.c b/src/version.c index 8b112c6..707be4f 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 899, +/**/ 898, /**/ 897,