Re: Smooth scroll issue

2022-11-17 Fir de Conversatie Yee Cheng Chin
FWIW this is what my PR (https://github.com/vim/vim/pull/11504) is attempting to fix. It fixes the logic to only move two cursors down when necessary (i.e. when the cursor would have been obscured by the <<< marker). The previous behavior arguably was a bug, because when "set number" was set, the

Re: Smooth scroll issue

2022-11-17 Fir de Conversatie Bram Moolenaar
> On 22/10/27 11:45 AM, Bram Moolenaar wrote: > >> (got my system back from the shop; so good) > >> > >> Given: "xxx" is a file with a single line covering 4 screen lines > >> Do: > >> > >> gvim -u NONE -U NONE xxx > >> :set smoothscroll > >> Ctrl-E > >> > >> Note that cursor start

Re: Smooth scroll issue

2022-10-29 Fir de Conversatie Bram Moolenaar
> On 22/10/27 11:45 AM, Bram Moolenaar wrote: > >> (got my system back from the shop; so good) > >> > >> Given: "xxx" is a file with a single line covering 4 screen lines > >> Do: > >> > >> gvim -u NONE -U NONE xxx > >> :set smoothscroll > >> Ctrl-E > >> > >> Note that cursor start

Re: Smooth scroll issue

2022-10-29 Fir de Conversatie Ernie Rael
On 22/10/27 11:45 AM, Bram Moolenaar wrote: (got my system back from the shop; so good) Given: "xxx" is a file with a single line covering 4 screen lines Do: gvim -u NONE -U NONE xxx :set smoothscroll Ctrl-E Note that cursor starts at beginning of line, column 0. After entering

Re: Smooth scroll issue

2022-10-27 Fir de Conversatie Bram Moolenaar
> (got my system back from the shop; so good) > > Given: "xxx" is a file with a single line covering 4 screen lines > Do: > > gvim -u NONE -U NONE xxx > :set smoothscroll > Ctrl-E > > Note that cursor starts at beginning of line, column 0. > > After entering Ctrl-E, observe cursor

Re: Smooth scroll issue

2022-10-24 Fir de Conversatie Ernie Rael
On 22/10/21 5:26 PM, Ernie Rael wrote: (got my system back from the shop; so good) Given: "xxx" is a file with a single line covering 4 screen lines Do: gvim -u NONE -U NONE xxx :set smoothscroll Ctrl-E Note that cursor starts at beginning of line, column 0. After entering Ctrl-E

Re: Smooth scroll issue

2022-10-21 Fir de Conversatie Ernie Rael
Sorry, forgot version. That's for vim v9.0.814 -ernie On 22/10/21 5:26 PM, Ernie Rael wrote: (got my system back from the shop; so good) Given: "xxx" is a file with a single line covering 4 screen lines Do: gvim -u NONE -U NONE xxx :set smoothscroll Ctrl-E Note that cursor star

Smooth scroll issue

2022-10-21 Fir de Conversatie Ernie Rael
(got my system back from the shop; so good) Given: "xxx" is a file with a single line covering 4 screen lines Do: gvim -u NONE -U NONE xxx :set smoothscroll Ctrl-E Note that cursor starts at beginning of line, column 0. After entering Ctrl-E, observe cursor is on 2nd screen line colum