]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2919: using ":!command" does not work if it uses posix_spawn() v8.2.2919
authorBram Moolenaar <Bram@vim.org>
Tue, 1 Jun 2021 18:48:40 +0000 (20:48 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 1 Jun 2021 18:48:40 +0000 (20:48 +0200)
commit6a43b37b760347b9a1bedf12e41b458000922969
tree0fd3ac2573739d0769d72e2378929679c91f1208
parent3d9c4eefe656ee8bf58c0496a48bd56bac180056
patch 8.2.2919: using ":!command" does not work if it uses posix_spawn()

Problem:    Using ":!command" does not work if the command uses posix_spawn().
Solution:   Do not call ioctl() with TIOCSCTTY. (Felipe Contreras)
src/os_unix.c
src/version.c