diff src/version.c @ 14650:99e45fab9d17 v8.1.0338

patch 8.1.0338: MS-Windows: VTP doesn't work properly with Powershell commit https://github.com/vim/vim/commit/f6ceaf1e058c64775fd46cbdb8962f5c19ef83e0 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 30 17:47:05 2018 +0200 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 https://github.com/vim/vim/issues/3347)
author Christian Brabandt <cb@256bit.org>
date Thu, 30 Aug 2018 18:00:06 +0200
parents c3222a7342ab
children f3b183c3d3e2
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    338,
+/**/
     337,
 /**/
     336,