commit | 4d8747cdfc13843a5680dc8340fbeb6d32e7b626 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 09 20:39:26 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 09 20:39:26 2016 +0100 |
tree | 735758bc606b2770cb2520f70d0ec23ba5f9e545 | |
parent | 7280140c08799f683ef31a6c1019e283c3dc13aa [diff] [blame] |
patch 7.4.1295 Problem: string(job) doesn't work well on MS-Windows. Solution: Use the process ID. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 1be6854..491b94a 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1295, +/**/ 1294, /**/ 1293,