comparison src/version.c @ 24711:788d7e3ade7c v8.2.2894

patch 8.2.2894: MS-Windows: using enc_locale() for strftime() might not work Commit: https://github.com/vim/vim/commit/2c4a1d0a619b0f1e0f7dac98681da6fee58c6a44 Author: K.Takata <kentkt@csc.jp> Date: Fri May 28 15:49:34 2021 +0200 patch 8.2.2894: MS-Windows: using enc_locale() for strftime() might not work Problem: MS-Windows: using enc_locale() for strftime() might not work. Solution: Use wcsftime(). (Ken Takata, closes https://github.com/vim/vim/issues/8271)
author Bram Moolenaar <Bram@vim.org>
date Fri, 28 May 2021 16:00:04 +0200
parents 9d304d363ab6
children 34a5329b85aa
comparison
equal deleted inserted replaced
24710:8e69a6ba0341 24711:788d7e3ade7c
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2894,
753 /**/ 755 /**/
754 2893, 756 2893,
755 /**/ 757 /**/
756 2892, 758 2892,
757 /**/ 759 /**/