Re: Patch 8.2.3787

2021-12-12 Fir de Conversatie Bram Moolenaar
John Marriott wrote: > On 13-Dec-2021 01:17, Bram Moolenaar wrote: > > Patch 8.2.3787 > > Problem:No proper formatting of a C line comment after a statement. > > Solution: Find the start of the line comment, insert the comment leader= > and > >

Re: Patch 8.2.3787

2021-12-12 Fir de Conversatie John Marriott
On 13-Dec-2021 01:17, Bram Moolenaar wrote: Patch 8.2.3787 Problem:No proper formatting of a C line comment after a statement. Solution: Find the start of the line comment, insert the comment leader and indent the comment properly. Files: src/change.c, src/proto

Re: Patch 8.2.3787

2021-12-12 Fir de Conversatie Gary Johnson
On 2021-12-12, Bram Moolenaar wrote: > Patch 8.2.3787 > Problem:No proper formatting of a C line comment after a statement. > Solution: Find the start of the line comment, insert the comment leader and > indent the comment properly. This is great! Thank you. R

Patch 8.2.3787

2021-12-12 Fir de Conversatie Bram Moolenaar
Patch 8.2.3787 Problem:No proper formatting of a C line comment after a statement. Solution: Find the start of the line comment, insert the comment leader and indent the comment properly. Files: src/change.c, src/proto/change.pro, src/search.c, src/proto