0
0
mirror of https://github.com/vim/vim.git synced 2025-10-16 07:24:23 -04:00

patch 9.0.0648: when using powershell input redirection does not work

Problem:    When using powershell input redirection does not work.
Solution:   Use a different shell command for powershell. (Yegappan
            Lakshmanan, closes #11257)
This commit is contained in:
Yegappan Lakshmanan
2022-10-03 16:05:28 +01:00
committed by Bram Moolenaar
parent 13ece2ae1d
commit 0a016671b9
3 changed files with 91 additions and 49 deletions

View File

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