comparison src/version.c @ 16172:6b0836727cf3 v8.1.1091

patch 8.1.1091: MS-Windows: cannot use multi-byte chars in environment var commit https://github.com/vim/vim/commit/f0908e6fe18943ad4453d7d6772fa43049aff4bc Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 30 20:11:50 2019 +0100 patch 8.1.1091: MS-Windows: cannot use multi-byte chars in environment var Problem: MS-Windows: cannot use multi-byte chars in environment var. Solution: Use the wide API. (Ken Takata, closes https://github.com/vim/vim/issues/4008)
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Mar 2019 20:15:05 +0100
parents 097a56d293c7
children 0f3c50a68637
comparison
equal deleted inserted replaced
16171:99532bf924ff 16172:6b0836727cf3
773 NULL 773 NULL
774 }; 774 };
775 775
776 static int included_patches[] = 776 static int included_patches[] =
777 { /* Add new patch number below this line */ 777 { /* Add new patch number below this line */
778 /**/
779 1091,
778 /**/ 780 /**/
779 1090, 781 1090,
780 /**/ 782 /**/
781 1089, 783 1089,
782 /**/ 784 /**/