comparison src/version.c @ 17454:37afc0146eab v8.1.1725

patch 8.1.1725: MS-Windows: E325 message may use incorrect date format commit https://github.com/vim/vim/commit/663bbc09babea1ff8dfa7ccd58801ac9219fc2b2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 21 15:23:35 2019 +0200 patch 8.1.1725: MS-Windows: E325 message may use incorrect date format Problem: MS-Windows: E325 message may use incorrect date format. Solution: Convert strftime() result to 'encoding'. Also make the message translatable. (Ken Takata, closes #4685, closes #4681)
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Jul 2019 15:30:04 +0200
parents f12745505a23
children e414281d8bb4
comparison
equal deleted inserted replaced
17453:e67fa5e73455 17454:37afc0146eab
775 NULL 775 NULL
776 }; 776 };
777 777
778 static int included_patches[] = 778 static int included_patches[] =
779 { /* Add new patch number below this line */ 779 { /* Add new patch number below this line */
780 /**/
781 1725,
780 /**/ 782 /**/
781 1724, 783 1724,
782 /**/ 784 /**/
783 1723, 785 1723,
784 /**/ 786 /**/