diff src/version.c @ 15744:2958a8e51a67 v8.1.0879

patch 8.1.0879: MS-Windows: temp name encoding can be wrong commit https://github.com/vim/vim/commit/0036201a1a096913840d3df8ff08eb58eaae90a6 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 8 12:21:30 2019 +0100 patch 8.1.0879: MS-Windows: temp name encoding can be wrong Problem: MS-Windows: temp name encoding can be wrong. Solution: Convert from active code page to 'encoding'. (Ken Takata, closes #3520, closes #1698)
author Bram Moolenaar <Bram@vim.org>
date Fri, 08 Feb 2019 12:30:07 +0100
parents 916c13256877
children c017195b121b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -784,6 +784,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    879,
+/**/
     878,
 /**/
     877,