]> granicus.if.org Git - vim/commit
patch 8.1.0890: pty allocation wrong if using file for out channel v8.1.0890
authorBram Moolenaar <Bram@vim.org>
Sun, 10 Feb 2019 21:43:46 +0000 (22:43 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 10 Feb 2019 21:43:46 +0000 (22:43 +0100)
commit593864817a08f9b719a093ef4fd8d4d35132ab86
tree03f050e9a044d96c89545d114fd7f455fb6c3aff
parent6524068ff3252f1373807f1ebfde21408cef624e
patch 8.1.0890: pty allocation wrong if using file for out channel

Problem:    Pty allocation wrong if using file for out channel and using null
            for in channel and null for error channel.
Solution:   Correct using use_file_for_out in condition. (Ozaki Kiichi, closes
            #3917)
src/os_unix.c
src/testdir/test_channel.vim
src/version.c