commit | f6ceaf1e058c64775fd46cbdb8962f5c19ef83e0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 30 17:47:05 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 30 17:47:05 2018 +0200 |
tree | 29417a9b32b7ef2b5b981daaf5aea35dbeb85b5a | |
parent | 379fb76b080521f7c09265ec3264b9e698923518 [diff] [blame] |
patch 8.1.0338: MS-Windows: VTP doesn't work properly with Powershell Problem: MS-Windows: VTP doesn't work properly with Powershell. Solution: Adjust the color index. (Nobuhiro Takasaki, closes #3347)
diff --git a/src/version.c b/src/version.c index 12c86aa..7dd1591 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 338, +/**/ 337, /**/ 336,