commit | 570497ac409ad448574bb6210cb9c6e573483759 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 22 22:55:13 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 22 22:55:13 2019 +0200 |
tree | d2b9d5a98c321ef7cfb2a9a6198fd47cf8b66cdf | |
parent | 64b4d73524b9a2304d89b87529cd8d3cef14b856 [diff] [blame] |
patch 8.1.1912: more functions can be used as methods Problem: More functions can be used as methods. Solution: Make channel and job functions usable as a method.
diff --git a/src/version.c b/src/version.c index c37a915..dfe1438 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1912, +/**/ 1911, /**/ 1910,