Running "echoconsole" terminates vim-without-gui

2021-04-18 Fir de Conversatie mss...@gmail.com
Vim developers, I am building vim without the gui feature on windows 10 using mingw. I am seeing many swapfiles left behind when I run the Vim test suite. This is apparently caused by the "echoconsole" command that is in the file runtest.vim (the call was introduced in patch 8.2.2638). I

Re: [vim/vim] So many issues and pull requests with only one contributor? (#4518)

2021-04-18 Fir de Conversatie Gary Johnson
On 2021-04-18, Felipe Contreras wrote: > Thanks for understanding. > > No, I don't understand. > > Any software developer doing things exactly the same as 10 years ago is a bad > software developer, let alone 30 years ago. That's just plain not true. A idea that was good 10 or even 30

Patch 8.2.2783

2021-04-18 Fir de Conversatie Bram Moolenaar
Patch 8.2.2783 Problem:Duplicate code for setting byte in blob, blob test may fail. Solution: Call blob_set_append(). Test sort failure with "N". Files: src/eval.c, src/testdir/test_blob.vim *** ../vim-8.2.2782/src/eval.c 2021-04-14 21:30:02.927966474 +0200 --- src/eval.c

Patch 8.2.2782

2021-04-18 Fir de Conversatie Bram Moolenaar
Patch 8.2.2782 Problem:Vim9: blob operations not fully tested. Solution: Make more blob tests run in Vim9 script. Fix filter(). Make insert() give an error for a null blob, like add(). Files: src/list.c, src/testdir/test_blob.vim,

Patch 8.2.2781

2021-04-18 Fir de Conversatie Bram Moolenaar
Patch 8.2.2781 Problem:Add() silently skips when adding to null list or blob. Solution: Give an error in Vim9 script. Allocate blob when it is NULL like with list and dict. Files: src/list.c, src/evalvars.c, src/vim9execute.c, src/testdir/test_blob.vim,

Patch 8.2.2780

2021-04-18 Fir de Conversatie Bram Moolenaar
Patch 8.2.2780 Problem:Vim9: for loop over blob doesn't work. Solution: Make it work. Files: src/vim9compile.c, src/vim9execute.c, src/testdir/test_blob.vim *** ../vim-8.2.2779/src/vim9compile.c 2021-04-17 20:44:52.438520729 +0200 --- src/vim9compile.c 2021-04-18