commit | 6a43b37b760347b9a1bedf12e41b458000922969 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 01 20:48:40 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 01 20:48:40 2021 +0200 |
tree | 0fd3ac2573739d0769d72e2378929679c91f1208 | |
parent | 3d9c4eefe656ee8bf58c0496a48bd56bac180056 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index c1fdb64..a9a7b29 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2919, +/**/ 2918, /**/ 2917,