Re: [vim/vim] vim9class work/bugs TODO for vim9.1 (Discussion #13041)

2023-09-05 Fir de Conversatie Yegappan Lakshmanan
On Tue, Sep 5, 2023 at 9:56 PM Yegappan Lakshmanan wrote: > > Hi, > > On Tue, Sep 5, 2023 at 8:20 PM errael wrote: >> >> (Short term discussion) >> >> Over a week ago, there was a one week estimate to take bug fixes. Some >> notable missing features were discovered: >> >> access control was not

Re: [vim/vim] vim9class work/bugs TODO for vim9.1 (Discussion #13041)

2023-09-05 Fir de Conversatie Yegappan Lakshmanan
Hi, On Tue, Sep 5, 2023 at 8:20 PM errael wrote: > (Short term discussion) > > Over a week ago, there was a one week estimate to take bug fixes. Some > notable missing features were discovered: > >1. access control was not implemented (could write to privates) >2. reading/writing statics

Commit: runtime(ftplugin): allow to exec if curdir is in PATH

2023-09-05 Fir de Conversatie Christian Brabandt
runtime(ftplugin): allow to exec if curdir is in PATH Commit: https://github.com/vim/vim/commit/67c951df4c95981c716eeedb1b102d9668549e65 Author: Anton Sharonov Date: Tue Sep 5 21:03:27 2023 +0200 runtime(ftplugin): allow to exec if curdir is in PATH In case the current directory

Commit: Filelist: Add missing directory `crash` (#13036)

2023-09-05 Fir de Conversatie Christian Brabandt
Filelist: Add missing directory `crash` (#13036) Commit: https://github.com/vim/vim/commit/9b04c503197af07dad3c4fe4348acd9150f3a715 Author: zdohnal Date: Tue Sep 5 20:55:47 2023 +0200 Filelist: Add missing directory `crash` (https://github.com/vim/vim/issues/13036) Signed-off-by

Commit: patch 9.0.1876: Vim9: parsing commands with newlines wrong

2023-09-05 Fir de Conversatie Christian Brabandt
patch 9.0.1876: Vim9: parsing commands with newlines wrong Commit: https://github.com/vim/vim/commit/00cb247465856eaa546c520b65cf0ccc753ee1cd Author: Christian Brabandt Date: Tue Sep 5 20:46:25 2023 +0200 patch 9.0.1876: Vim9: parsing commands with newlines wrong Problem: Vim9:

Commit: patch 9.0.1875: Vim9: improve test for disassemble + static

2023-09-05 Fir de Conversatie Christian Brabandt
patch 9.0.1875: Vim9: improve test for disassemble + static Commit: https://github.com/vim/vim/commit/28a60f898d5cd7023596b0e96a081b1573edc807 Author: Yegappan Lakshmanan Date: Tue Sep 5 20:42:18 2023 +0200 patch 9.0.1875: Vim9: improve test for disassemble + static Problem: Vim

Commit: patch 9.0.1874: CI may fail in test_recover_empty_swap

2023-09-05 Fir de Conversatie Christian Brabandt
patch 9.0.1874: CI may fail in test_recover_empty_swap Commit: https://github.com/vim/vim/commit/1c7397f3f1e168541f88bb1bbd93a9f0b1235852 Author: Christian Brabandt Date: Tue Sep 5 20:40:25 2023 +0200 patch 9.0.1874: CI may fail in test_recover_empty_swap Problem: CI may fail in

Commit: patch 9.0.1873: [security] heap-buffer-overflow in vim_regsub_both

2023-09-05 Fir de Conversatie Christian Brabandt
patch 9.0.1873: [security] heap-buffer-overflow in vim_regsub_both Commit: https://github.com/vim/vim/commit/f6d28fe2c95c678cc3202cc5dc825a3fcc709e93 Author: Christian Brabandt Date: Tue Sep 5 20:18:06 2023 +0200 patch 9.0.1873: [security] heap-buffer-overflow in vim_regsub_both

Re: Absolute path on Windows changes working dir

2023-09-05 Fir de Conversatie Ben Fritz
On Tuesday, September 5, 2023 at 2:55:19 AM UTC-5 3nan@gmail.com wrote: > > On Mon, 4 Sep 2023 20:16:09 -0700 (PDT) > Ben Fritz wrote: > > This bit me while getting my TOhtml tests working on Windows with a Visual > > Studio build environment. I'm not sure if it's a bug or not, but I can't >

Re: Absolute path on Windows changes working dir

2023-09-05 Fir de Conversatie Enan Ajmain
On Mon, 4 Sep 2023 20:16:09 -0700 (PDT) Ben Fritz wrote: > This bit me while getting my TOhtml tests working on Windows with a Visual > Studio build environment. I'm not sure if it's a bug or not, but I can't > find any description of it in the help and it isn't acting as I'd expect. > Vim seems t