Re: Patch 8.1.0374

2019-01-30 Fir de Conversatie Bram Moolenaar
Jason Franklin wrote: > I discovered that this patch introduces the following bug: > > 1. vim --clean > 2. :set cul rnu > 3. o123 > 4. y3k} > > Notice that the 'cursorline' highlighting was not updated properly. > > I was able to fix the problem with the following patch: > > > diff --git

Re: Patch 8.1.0374

2019-01-29 Fir de Conversatie Jason Franklin
Bram, I discovered that this patch introduces the following bug: 1. vim --clean 2. :set cul rnu 3. o123 4. y3k} Notice that the 'cursorline' highlighting was not updated properly. I was able to fix the problem with the following patch: diff --git a/src/move.c b/src/move.c index

Re: Patch 8.1.0374

2018-09-13 Fir de Conversatie Bram Moolenaar
Tony wrote: > On Wed, Sep 12, 2018 at 11:16 PM Bram Moolenaar wrote: > > > > > > Patch 8.1.0374 > > Problem:Moving the cursor is slow when 'relativenumber' is set. > > Solution: Only redraw the number column, not all lines. > > Files: src/s

Re: Patch 8.1.0374

2018-09-13 Fir de Conversatie Linus Boyle
It's really great and now it's smooth to use.I really should get rid of j/k-style navigation,though:-| Bram Moolenaar 于2018年9月13日周四 上午5:16写道: > > Patch 8.1.0374 > Problem:Moving the cursor is slow when 'relativenumber' is set. > Solution: Only redraw the number column, n

Re: Patch 8.1.0374

2018-09-12 Fir de Conversatie Nazri Ramliy
On Thu, Sep 13, 2018 at 5:16 AM Bram Moolenaar wrote: > Patch 8.1.0374 > Problem:Moving the cursor is slow when 'relativenumber' is set. > Solution: Only redraw the number column, not all lines. This is great! Thanks! Although one shouldn't get into the habit of holding down

Re: Patch 8.1.0374

2018-09-12 Fir de Conversatie Tony Mechelynck
On Wed, Sep 12, 2018 at 11:16 PM Bram Moolenaar wrote: > > > Patch 8.1.0374 > Problem:Moving the cursor is slow when 'relativenumber' is set. > Solution: Only redraw the number column, not all lines. > Files: src/screen.c, src/move.c I just noticed the following me

Patch 8.1.0374

2018-09-12 Fir de Conversatie Bram Moolenaar
Patch 8.1.0374 Problem:Moving the cursor is slow when 'relativenumber' is set. Solution: Only redraw the number column, not all lines. Files: src/screen.c, src/move.c *** ../vim-8.1.0373/src/screen.c2018-09-12 21:52:14.323799725 +0200 --- src/screen.c2018-09-12 23:09