comparison src/version.c @ 24762:bebc295010b8 v8.2.2919

patch 8.2.2919: using ":!command" does not work if it uses posix_spawn() Commit: https://github.com/vim/vim/commit/6a43b37b760347b9a1bedf12e41b458000922969 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 1 20:48:40 2021 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Tue, 01 Jun 2021 21:00:04 +0200
parents ca0f983f08cf
children 3907cf9be745
comparison
equal deleted inserted replaced
24761:156525f3592b 24762:bebc295010b8
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2919,
753 /**/ 755 /**/
754 2918, 756 2918,
755 /**/ 757 /**/
756 2917, 758 2917,
757 /**/ 759 /**/