Re: Patch 8.2.4792

2022-04-20 Fir de Conversatie Bram Moolenaar
John Marriott wrote: > After this patch, mingw (gcc 11.2.0) throws this warning: > > gcc -c -I. -Iproto -DWIN32 -DWINVER=0x0603 -D_WIN32_WINNT=0x0603 > -DHAVE_PATHDEF -DFEAT_NORMAL -DHAVE_STDINT_H -D__USE_MINGW_ANSI_STDIO > -pipe -march=native -Wall -O3 -fomit-frame-pointer -freg-struct-retur

Re: Patch 8.2.4792

2022-04-19 Fir de Conversatie Tony Mechelynck
On Tue, Apr 19, 2022 at 10:07 PM John Marriott wrote: > > After this patch, mingw (gcc 11.2.0) throws this warning: > > gcc -c -I. -Iproto -DWIN32 -DWINVER=0x0603 -D_WIN32_WINNT=0x0603 > -DHAVE_PATHDEF -DFEAT_NORMAL -DHAVE_STDINT_H -D__USE_MINGW_ANSI_STDIO > -pipe -march=native -Wall -O3 -fomit-f

Patch 8.2.4792

2022-04-19 Fir de Conversatie John Marriott
After this patch, mingw (gcc 11.2.0) throws this warning: gcc -c -I. -Iproto -DWIN32 -DWINVER=0x0603 -D_WIN32_WINNT=0x0603 -DHAVE_PATHDEF -DFEAT_NORMAL -DHAVE_STDINT_H -D__USE_MINGW_ANSI_STDIO -pipe -march=native -Wall -O3 -fomit-frame-pointer -freg-struct-return -fpie -fPIE -DFEAT_GUI_MSWIN -

Patch 8.2.4792

2022-04-19 Fir de Conversatie Bram Moolenaar
Patch 8.2.4792 Problem:Indent operator creates an undo entry for every line. Solution: Create one undo entry for all lines. (closes #10227) Files: src/indent.c, src/testdir/test_indent.vim *** ../vim-8.2.4791/src/indent.c2022-02-21 19:36:08.143004133 + --- src/indent.c