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
> >
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
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
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