Re: Running "echoconsole" terminates vim-without-gui

2021-04-19 Fir de Conversatie mss...@gmail.com
On Monday, April 19, 2021 at 9:03:00 AM UTC-4 mss...@gmail.com wrote: > On Monday, April 19, 2021 at 7:53:14 AM UTC-4 Bram Moolenaar wrote: > >> >> > 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

Patch 8.2.2786

2021-04-19 Fir de Conversatie Bram Moolenaar
Patch 8.2.2786 Problem:Vim9: memory leak when using :s with expression. Solution: Clean up the instruction list. Files: src/vim9compile.c *** ../vim-8.2.2785/src/vim9compile.c 2021-04-19 20:49:58.156857538 +0200 --- src/vim9compile.c 2021-04-19 21:04:37.130647550 +0200

Patch 8.2.2785

2021-04-19 Fir de Conversatie Bram Moolenaar
Patch 8.2.2785 Problem:Vim9: cannot redirect to local variable. Solution: Compile :redir when redirecting to a variable. Files: src/vim9compile.c, src/vim9.h, src/vim9execute.c, src/errors.h, src/evalvars.c, src/proto/evalvars.pro,

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

2021-04-19 Fir de Conversatie Tony Mechelynck
吕海涛 : When looking for information about Vim, the place to look is always the built-in help. Not Google, not the manpages, not the github metadata, just the help. In this case: :help credits Best regards, Tony. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type

Patch 8.2.2784

2021-04-19 Fir de Conversatie Bram Moolenaar
Patch 8.2.2784 Problem:Vim9: cannot use \=expr in :substitute. Solution: Compile the expression into instructions and execute them when invoked. Files: src/vim9.h, src/vim9compile.c, src/vim9execute.c, src/proto/vim9execute.pro, src/regexp.c, src/ex_cmds.c,

Re: Running "echoconsole" terminates vim-without-gui

2021-04-19 Fir de Conversatie mss...@gmail.com
On Monday, April 19, 2021 at 7:53:14 AM UTC-4 Bram Moolenaar wrote: > > > 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

Re: Running "echoconsole" terminates vim-without-gui

2021-04-19 Fir de Conversatie Bram Moolenaar
> 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