commit | 1df2fa47b49dae568af6048b1dce1edbf4eee7e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 07 21:36:11 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 07 21:36:11 2018 +0200 |
tree | 4f50ded46c1f891715df3b43c30a2c7bc7693daf | |
parent | 798184cc67036285a24b38c0bf6668d4d1525548 [diff] [blame] |
patch 8.1.0464: MS-Windows: job_info() has cmd without backslashes Problem: MS-Windows: job_info() has cmd without backslashes. (Daniel Hahler) Solution: Use rem_backslash(). (closes #3517, closes #3404)
diff --git a/src/version.c b/src/version.c index 90588ef..8da8e71 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 464, +/**/ 463, /**/ 462,