comparison src/version.c @ 32523:626c2806d2c1 v9.0.1593

patch 9.0.1593: MS-Windows: assert error when compiled with debug mode Commit: https://github.com/vim/vim/commit/3c240f608c38ef1af67e112e0e689751c003f946 Author: K.Takata <kentkt@csc.jp> Date: Wed May 31 12:47:45 2023 +0100 patch 9.0.1593: MS-Windows: assert error when compiled with debug mode Problem: MS-Windows: assert error when compiled with debug mode. Solution: Adjust arguments to setvbuf(). (Ken Takata, closes https://github.com/vim/vim/issues/12467)
author Bram Moolenaar <Bram@vim.org>
date Wed, 31 May 2023 14:00:06 +0200
parents f7596eb0bc0c
children bb5458706799
comparison
equal deleted inserted replaced
32522:63d12304694f 32523:626c2806d2c1
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1593,
698 /**/ 700 /**/
699 1592, 701 1592,
700 /**/ 702 /**/
701 1591, 703 1591,
702 /**/ 704 /**/