Patch 8.2.0364

2020-03-08 Fir de Conversatie Bram Moolenaar
Patch 8.2.0364 Problem:Printf test failing on Haiku. Solution: Make a difference between int and short. (Dominique Pelle, closes #5749) Files: src/message.c *** ../vim-8.2.0363/src/message.c 2020-02-29 17:38:08.862485886 +0100 --- src/message.c 2020-03-08 18:3

Re: Trying to build with MinGW

2020-03-08 Fir de Conversatie Ken Takata
Hi, 2020/3/9 Mon 0:02:21 UTC+9 Bram Moolenaar wrote: > > > John Marriott wrote: > > > On 08-Mar-2020 00:39, Bram Moolenaar wrote: > > > On my Windows 10 laptop I'm trying to build a non-GUI debug version > with > > > MinGW. It has a few complaints, first one is that INT_MAX was not > > > def

Re: Trying to build with MinGW

2020-03-08 Fir de Conversatie Bram Moolenaar
John Marriott wrote: > On 08-Mar-2020 00:39, Bram Moolenaar wrote: > > On my Windows 10 laptop I'm trying to build a non-GUI debug version with > > MinGW. It has a few complaints, first one is that INT_MAX was not > > defined. I solved that by including in vim.h. > > > > Building with the ter