Re: Patch 8.2.3615

2021-12-10 Fir de Conversatie John Little
On Friday, December 10, 2021 at 10:07:25 PM UTC+13 cbl...@256bit.org wrote: > > Patch 8.2.3615 has been amended a bit by Patch 8.2.3754 so please check > latest version if this is still problematic for you. > Yes, after 8.2.3754 the problem ended. I was unlucky in that m

Re: Patch 8.2.3615

2021-12-10 Fir de Conversatie Christian Brabandt
Lorem ipsum dolor sit amet, > consectetur adipiscing elit > > The doc tags often have to be reformatted. > Turning off cindent is a fix, but the files have source code in some elements > and these are affected. Patch 8.2.3615 has been amended a bit by Patch 8.2.3754 so please check late

Re: Patch 8.2.3615

2021-12-09 Fir de Conversatie Bram Moolenaar
John Little wrote: > This change was an unexpected problem for me. Until I stumbled on this > thread I'd no idea is was due to a change in vim. gq started unindenting > the yaml subset files I'm working with: > > doc: > Lorem ipsum dolor sit amet, > consectetur adipiscing el

Re: Patch 8.2.3615

2021-12-09 Fir de Conversatie John Little
This change was an unexpected problem for me. Until I stumbled on this thread I'd no idea is was due to a change in vim. gq started unindenting the yaml subset files I'm working with: doc: Lorem ipsum dolor sit amet, consectetur adipiscing elit The doc tags often have to be r

Re: Patch 8.2.3615

2021-12-06 Fir de Conversatie Gary Johnson
On 2021-12-06, Bram Moolenaar wrote: > Gary Johnson wrote: > > > On 2021-12-06, Bram Moolenaar wrote: > > > > On So, 05 Dez 2021, Gary Johnson wrote: > > > > > > > > > On 2021-11-18, Bram Moolenaar wrote: > > > > > > Pat

Re: Patch 8.2.3615

2021-12-06 Fir de Conversatie Bram Moolenaar
Gary Johnson wrote: > On 2021-12-06, Bram Moolenaar wrote: > > > On So, 05 Dez 2021, Gary Johnson wrote: > > > > > > > On 2021-11-18, Bram Moolenaar wrote: > > > > > Patch 8.2.3615 > > > > > Problem:When re-form

Re: Patch 8.2.3615

2021-12-06 Fir de Conversatie Gary Johnson
On 2021-12-06, Bram Moolenaar wrote: > > On So, 05 Dez 2021, Gary Johnson wrote: > > > > > On 2021-11-18, Bram Moolenaar wrote: > > > > Patch 8.2.3615 > > > > Problem:When re-formatting with an indent expression the first line > > >

Re: Patch 8.2.3615

2021-12-06 Fir de Conversatie Bram Moolenaar
> On So, 05 Dez 2021, Gary Johnson wrote: > > > On 2021-11-18, Bram Moolenaar wrote: > > > Patch 8.2.3615 > > > Problem:When re-formatting with an indent expression the first line > > > of a > > > paragraph may get the wrong in

Re: Patch 8.2.3615

2021-12-06 Fir de Conversatie Christian Brabandt
On So, 05 Dez 2021, Gary Johnson wrote: > On 2021-11-18, Bram Moolenaar wrote: > > Patch 8.2.3615 > > Problem:When re-formatting with an indent expression the first line of a > > paragraph may get the wrong indent. (Martin F. Krafft) > > Solution:

Re: Patch 8.2.3615

2021-12-05 Fir de Conversatie Gary Johnson
On 2021-11-18, Bram Moolenaar wrote: > Patch 8.2.3615 > Problem:When re-formatting with an indent expression the first line of a > paragraph may get the wrong indent. (Martin F. Krafft) > Solution: Apply the correct indenting function for the first line. >

Patch 8.2.3615

2021-11-18 Fir de Conversatie Bram Moolenaar
Patch 8.2.3615 Problem:When re-formatting with an indent expression the first line of a paragraph may get the wrong indent. (Martin F. Krafft) Solution: Apply the correct indenting function for the first line. (Christian Brabandt, closes #9150, closes #9056) Files