Re: [patch] fix breakindent bug

2016-11-16 Fir de Conversatie Christian Brabandt
Hi Bram! On Di, 15 Nov 2016, Bram Moolenaar wrote: > > Christian Brabandt wrote: > > > Bram, > > the breakindent feature has a bug, if an overlong line is written on the > > screen and the first chars are skipped. In that case, if the line is > > indented, the first visual line also needs to

Re: [patch] fix breakindent bug

2016-11-15 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > Bram, > the breakindent feature has a bug, if an overlong line is written on the > screen and the first chars are skipped. In that case, if the line is > indented, the first visual line also needs to display an indent. If you > move to the last character using $ the

[patch] fix breakindent bug

2016-11-15 Fir de Conversatie Christian Brabandt
Bram, the breakindent feature has a bug, if an overlong line is written on the screen and the first chars are skipped. In that case, if the line is indented, the first visual line also needs to display an indent. If you move to the last character using $ the cursor will be moved after the last

Re: breakindent bug

2014-08-20 Fir de Conversatie Bram Moolenaar
Christian wrote: > On Di, 19 Aug 2014, Bram Moolenaar wrote: > > > Thanks. Somehow for me appending _bug means you test for the bug to be > > present :-). We can just call it test_linebreak. Oh, and keep them in > > alphabetical order. I started doing that recently. > > Okay, how about that

Re: breakindent bug

2014-08-20 Fir de Conversatie Christian Brabandt
On Di, 19 Aug 2014, Bram Moolenaar wrote: > Thanks. Somehow for me appending _bug means you test for the bug to be > present :-). We can just call it test_linebreak. Oh, and keep them in > alphabetical order. I started doing that recently. Okay, how about that one (I added a small README.txt

Re: breakindent bug

2014-08-19 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Di, 19 Aug 2014, Bram Moolenaar wrote: > > > Christian Brabandt wrote: > > > > > On Mo, 18 Aug 2014, Bram Moolenaar wrote: > > > > > > > Christian Brabandt wrote: > > > > > > > I have found a b

Re: breakindent bug

2014-08-19 Fir de Conversatie Christian Brabandt
On Di, 19 Aug 2014, Bram Moolenaar wrote: > Christian Brabandt wrote: > > > On Mo, 18 Aug 2014, Bram Moolenaar wrote: > > > > > Christian Brabandt wrote: > > > > > > I have found a breakindent bug. > > > > It's actually not a br

Re: breakindent bug

2014-08-19 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Mo, 18 Aug 2014, Bram Moolenaar wrote: > > > Christian Brabandt wrote: > > > > > I have found a breakindent bug. > > It's actually not a breakindent bug. The breakindent feature just makes > it more apparent. I can r

Re: breakindent bug

2014-08-19 Fir de Conversatie Christian Brabandt
On Mo, 18 Aug 2014, Bram Moolenaar wrote: > Christian Brabandt wrote: > > > > I have found a breakindent bug. It's actually not a breakindent bug. The breakindent feature just makes it more apparent. I can reproduce the issue on a plain 7.4 version. Looking at the mercur

Re: breakindent bug

2014-08-18 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > > > Hi, > > > I have found a breakindent bug. > > > > > > Take the attached script and source it. Note, how the final d seems to be > > > further to the right, then expected. (It isn't even reachable, if you

Re: breakindent bug

2014-08-17 Fir de Conversatie Christian Brabandt
On So, 17 Aug 2014, Bram Moolenaar wrote: > > Christian Brabandt wrote: > > > Hi, > > I have found a breakindent bug. > > > > Take the attached script and source it. Note, how the final d seems to be > > further to the right, then expected. (It isn&#x

Re: breakindent bug

2014-08-17 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > Hi, > I have found a breakindent bug. > > Take the attached script and source it. Note, how the final d seems to be > further to the right, then expected. (It isn't even reachable, if you > press $ the cursor will stay before it, but pres

breakindent bug

2014-08-17 Fir de Conversatie Christian Brabandt
Hi, I have found a breakindent bug. Take the attached script and source it. Note, how the final d seems to be further to the right, then expected. (It isn't even reachable, if you press $ the cursor will stay before it, but pressing ga will show, that you are actually on the correct loc