Patch 9.0.1607

2023-06-04 Fir de Conversatie Bram Moolenaar
Patch 9.0.1607 Problem:screenpos() returns wrong row with diff filler lines. Solution: Only add filler lines when appropriate. Also don't add the 'smoothscroll' marker when w_skipcol is zero. (closes #12485, closes #12484) Files: src/move.c, src/testdir/test_cu

Patch 9.0.1606

2023-06-04 Fir de Conversatie Bram Moolenaar
Patch 9.0.1606 Problem:Using freed memory when 'foldcolumn' is set. Solution: Save extra pointer to free it later. (closes #12492) Files: src/drawline.c, src/testdir/test_fold.vim *** ../vim-9.0.1605/src/drawline.c 2023-06-03 19:44:42.573842760 +0100 --- src/drawline.c 2023

Patch 9.0.1605

2023-06-04 Fir de Conversatie Bram Moolenaar
Patch 9.0.1605 Problem:Crash when calling method on super in child constructor. (Israel Chauca Fuentes) Solution: Clear the type list. (Ernie Rael, closes #12489, closes #12471) Files: src/userfunc.c, src/vim9class.c, src/testdir/test_vim9_class.vim *** ../vim-9.0.1604/sr

Patch 9.0.1604

2023-06-04 Fir de Conversatie Bram Moolenaar
Patch 9.0.1604 Problem:Errors from the codestyle test are a bit confusing. Solution: Use assert_report() with a clearer message. Avoid a warning for an existing swap file. Files: src/testdir/test_codestyle.vim, src/testdir/runtest.vim *** ../vim-9.0.1603/src/testdir/test

Re: test_codestyle failure

2023-06-04 Fir de Conversatie Bram Moolenaar
> > Op zo 4 jun. 2023 02:25 schreef Ernie Rael : > > > > Earlier today I rebased and pushed a couple patches that were last > > pushed around a month ago (cleanly). Getting lots of test failures > > as shown below. Is there something I need to fix? > > > > -ernie > > > > Failu

Re: test_codestyle failure

2023-06-04 Fir de Conversatie Ernie Rael
On 23/06/03 11:30 PM, Christ van Willegen wrote: Hi, Op zo 4 jun. 2023 02:25 schreef Ernie Rael : Earlier today I rebased and pushed a couple patches that were last pushed around a month ago (cleanly). Getting lots of test failures as shown below. Is there something I need to fix?