comparison src/version.c @ 18821:a9cfb0db187d v8.1.2398

patch 8.1.2398: strptime() test fails on Japanese Mac Commit: https://github.com/vim/vim/commit/9a838fe543b69582b0773f7c38a57f16fb32d765 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 6 12:45:01 2019 +0100 patch 8.1.2398: strptime() test fails on Japanese Mac Problem: strptime() test fails on Japanese Mac. Solution: Use %T instead of %X.
author Bram Moolenaar <Bram@vim.org>
date Fri, 06 Dec 2019 13:00:04 +0100
parents ba8dc10a2c0d
children ae2bd5ec98d0
comparison
equal deleted inserted replaced
18820:2a9a47bf5540 18821:a9cfb0db187d
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 2398,
745 /**/ 747 /**/
746 2397, 748 2397,
747 /**/ 749 /**/
748 2396, 750 2396,
749 /**/ 751 /**/