commit | a3d1b29bd36487167c98b3cefa30f06c529e412d | [log] [tgz] |
---|---|---|
author | Mike Williams <mikew@globalgraphics.com> | Wed Jun 30 20:56:00 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 30 20:56:00 2021 +0200 |
tree | c2f313a89feb1b97cdd945ce904d258b518e9cae | |
parent | 834193afd7195bc96026d2aed696d64f8075cd35 [diff] [blame] |
patch 8.2.3079: Powershell core not supported by default Problem: Powershell core not supported by default. Solution: Set option defaults for "pwsh". (Mike Williams, closes #8481)
diff --git a/src/version.c b/src/version.c index 3c626bb..e9ad71b 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3079, +/**/ 3078, /**/ 3077,