commit | 0a016671b96ae7d27926e9d36dc11945c8f5749d | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Mon Oct 03 16:05:28 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 03 16:05:28 2022 +0100 |
tree | 94ae165a23d4affb1f54e045d1a5201cbc73bb9d | |
parent | 13ece2ae1d09009d3fb8acf858c288e7848ecdac [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 4c73092..7a5d495 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 648, +/**/ 647, /**/ 646,