commit | 8950a563b306ce76f259573d91c2ddccdf52e32e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 12 15:22:55 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 12 15:22:55 2016 +0100 |
tree | 0de3369989e3fe8b067541954cf02b2804097b58 | |
parent | ac42afd10b96424b89762871905e3e785cdfba3d [diff] [blame] |
patch 7.4.1541 Problem: Missing job_info(). Solution: Implement it.
diff --git a/src/version.c b/src/version.c index 3e802b5..ed48bb0 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1541, +/**/ 1540, /**/ 1539,