Re: Patch 9.0.0419

2022-09-08 Fir de Conversatie Bram Moolenaar
> On 09-Sept-2022 04:53, Bram Moolenaar wrote: > > Patch 9.0.0419 > > Problem:The :defer command does not check the function argument count > > and > > types. > > Solution: Check the function arguments when adding a deferred function. > > Files: src/userfunc.c, src/vim9in

Patch 9.0.0418

2022-09-08 Fir de Conversatie Bram Moolenaar
I wrote: > Patch 9.0.0418 > Problem:Manually deleting temp test files. > Solution: Use the 'D' flag of writefile() and mkdir(). > Files: src/testdir/test_cd.vim, src/testdir/test_changelist.vim, > src/testdir/test_channel.vim, src/testdir/test_checkpath.vim, >

Patch 9.0.0420

2022-09-08 Fir de Conversatie Bram Moolenaar
Patch 9.0.0420 (after 9.0.0419) Problem:Function went missing. Solution: Add the function back. Files: src/vim9cmds.c *** ../vim-9.0.0419/src/vim9cmds.c 2022-09-08 20:48:39.972666986 +0100 --- src/vim9cmds.c 2022-09-08 19:35:10.052887004 +0100 *** *** 1685,1690

Re: Patch 9.0.0419

2022-09-08 Fir de Conversatie John Marriott
On 09-Sept-2022 04:53, Bram Moolenaar wrote: Patch 9.0.0419 Problem:The :defer command does not check the function argument count and types. Solution: Check the function arguments when adding a deferred function. Files: src/userfunc.c, src/vim9instr.c, src/proto/vim9instr.

Patch 9.0.0418

2022-09-08 Fir de Conversatie Bram Moolenaar
Patch 9.0.0418 Problem:Manually deleting temp test files. Solution: Use the 'D' flag of writefile() and mkdir(). Files: src/testdir/test_cd.vim, src/testdir/test_changelist.vim, src/testdir/test_channel.vim, src/testdir/test_checkpath.vim, src/testdir/test_cmdli

Patch 9.0.0419

2022-09-08 Fir de Conversatie Bram Moolenaar
Patch 9.0.0419 Problem:The :defer command does not check the function argument count and types. Solution: Check the function arguments when adding a deferred function. Files: src/userfunc.c, src/vim9instr.c, src/proto/vim9instr.pro, src/vim9cmds.c, src/testdir/t

Re: removal of master/slave terminology from vim source code

2022-09-08 Fir de Conversatie Thomas Köhler
Hi, On Thu, Sep 08, 2022 at 06:37:24AM -0700, Mike Fulton wrote: > Hi > > I would make a small change to say it is the 'current terminology' but not > the 'proper terminology'. I understand there is work involved in making > these changes to be more inclusive and that it isn't 'free'. > Does an

Re: removal of master/slave terminology from vim source code

2022-09-08 Fir de Conversatie Bram Moolenaar
> I would make a small change to say it is the 'current terminology' but not > the 'proper terminology'. I understand there is work involved in making > these changes to be more inclusive and that it isn't 'free'. > Does anyone else have thoughts on this change? I do not see any relation between

Patch 9.0.0417

2022-09-08 Fir de Conversatie Bram Moolenaar
Patch 9.0.0417 Problem:Jsonnet files are not recognized. Solution: Add a pattern for Jsonnet files. (Cezary Drożak, closes #11073, closes #11081) Files: runtime/filetype.vim src/testdir/test_filetype.vim *** ../vim-9.0.0416/runtime/filetype.vim2022-09-07 14:13:27.

Re: removal of master/slave terminology from vim source code

2022-09-08 Fir de Conversatie Mike Fulton
Hi I would make a small change to say it is the 'current terminology' but not the 'proper terminology'. I understand there is work involved in making these changes to be more inclusive and that it isn't 'free'. Does anyone else have thoughts on this change? Thanks, Mike On Wed, Sep 7, 2022 at 11

Patch 9.0.0416

2022-09-08 Fir de Conversatie Bram Moolenaar
Patch 9.0.0416 Problem:ml_get error when appending lines in popup window. Solution: Only update w_topline when w_buffer matches curbuf. (closes #11074) Files: src/evalbuffer.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_term_popup_bufline.dump *** .

Patch 9.0.0414

2022-09-08 Fir de Conversatie Bram Moolenaar
Patch 9.0.0414 (after 9.0.0407) Problem:matchstr() still does not match column offset when done after a text search. Solution: Only use the line number for a multi-line search. Fix the test. (closes #10938) Files: src/regexp_bt.c, src/regexp_nfa.c,

Patch 9.0.0415

2022-09-08 Fir de Conversatie Bram Moolenaar
Patch 9.0.0415 Problem:On MS-Windows some tests are flaky. Solution: Add sleeps, disable swapfile, mark test as flaky. (Ken Takata, closes #11082) Files: src/testdir/test_autocmd.vim, src/testdir/test_buffer.vim, src/testdir/test_bufline.vim, src/testdir/test_pr

Re: removal of master/slave terminology from vim source code

2022-09-08 Fir de Conversatie Bram Moolenaar
Mike Fulton wrote: > I would like to propose removing the master/slave terminology from the vim > source code and replacng it with more inclusive, and hopefully more > accurate, terminology. I do not see what the problem is. And this just triggers a discussion that is wasting time. Please k

Patch 9.0.0413

2022-09-08 Fir de Conversatie Bram Moolenaar
Patch 9.0.0413 Problem:ASAN reports a memory leak. Solution: Free the string received from the server. (Ken Takata, closes #11080) Files: src/clientserver.c *** ../vim-9.0.0412/src/clientserver.c 2022-03-22 20:38:51.0 + --- src/clientserver.c 2022-09-08 10:5