]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0949: winpty.dll name is fixed v8.0.0949
authorBram Moolenaar <Bram@vim.org>
Wed, 16 Aug 2017 21:14:08 +0000 (23:14 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 16 Aug 2017 21:14:08 +0000 (23:14 +0200)
commit9e13aa7729486d79a530ecae1a7a95d10da27d61
tree2aea0fed469486f176177d8b8fd5d16a81a3f0da
parent989a70c590c2bd109eb362d3a0e48cb1427ae13d
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)
runtime/doc/options.txt
src/option.c
src/option.h
src/terminal.c
src/version.c