Re: Patch 8.2.3536

2021-10-19 Fir de Conversatie Bram Moolenaar
John Marriott wrote: > On 19-Oct-2021 08:14, Bram Moolenaar wrote: > > Patch 8.2.3536 > > Problem:The do_highlight() function is way too long. > > Solution: Split it into several functions. (Yegappan Lakshmanan, > > closes #9011) >

Re: Patch 8.2.3536

2021-10-19 Fir de Conversatie John Marriott
On 19-Oct-2021 08:14, Bram Moolenaar wrote: Patch 8.2.3536 Problem:The do_highlight() function is way too long. Solution: Split it into several functions. (Yegappan Lakshmanan, closes #9011) Files: src/highlight.c After this patch mingw64 (gcc 11.2) throws these

Patch 8.2.3536

2021-10-18 Fir de Conversatie Bram Moolenaar
Patch 8.2.3536 Problem:The do_highlight() function is way too long. Solution: Split it into several functions. (Yegappan Lakshmanan, closes #9011) Files: src/highlight.c *** ../vim-8.2.3535/src/highlight.c 2021-10-15 22:25:37.785385044 +0100 --- src/highlight.c