commit | 9e13aa7729486d79a530ecae1a7a95d10da27d61 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 16 23:14:08 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 16 23:14:08 2017 +0200 |
tree | 2aea0fed469486f176177d8b8fd5d16a81a3f0da | |
parent | 989a70c590c2bd109eb362d3a0e48cb1427ae13d [diff] [blame] |
patch 8.0.0949: winpty.dll name is fixed Problem: winpty.dll name is fixed. Solution: Add the 'winptydll' option. Make the default name depend on whether it is a 32-bit or 64-bit build. (idea by Yasuhiro Matsumoto, closes #1978)
diff --git a/src/version.c b/src/version.c index b2de15d..085b2e1 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 949, +/**/ 948, /**/ 947,