1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-06-01 20:48:40 +02:00
parent 3d9c4eefe6
commit 6a43b37b76
2 changed files with 2 additions and 5 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2919,
/**/
2918,
/**/