commit | 52dbb5ea7fde4a77178bc59e2383ca40df503812 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 21 18:11:27 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 21 18:11:27 2017 +0100 |
tree | 15ff54bb446f2595defa95bfcafb6616b8d62aff | |
parent | 550586015232ecc4f68b3479fa8ba2cf81c76e7b [diff] [blame] |
patch 8.0.1330: MS-Windows: job in terminal can't get back to Vim Problem: MS-Windows: job in terminal can't get back to Vim. Solution: set VIM_SERVERNAME in the environment. (Yasuhiro Matsumoto, closes #2360)
diff --git a/src/version.c b/src/version.c index 93fb5cb..ebc57ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1330, +/**/ 1329, /**/ 1328,