Re: merge/diff (Re: List of Vim features to vote on)

2022-08-18 Fir de Conversatie Gary Johnson
On 2022-08-18, Ernie Rael wrote: > On the voting page I see: > >5  92  improve diff mode: automatic refresh, better merge support >... >11 72  add diff/merge capability for git, mercurial et al. > > I don't understand the intent of item 11. For example, there's the > plugin > >

merge/diff (Re: List of Vim features to vote on)

2022-08-18 Fir de Conversatie Ernie Rael
On the voting page I see: 5  92  improve diff mode: automatic refresh, better merge support ... 11 72  add diff/merge capability for git, mercurial et al. I don't understand the intent of item 11. For example, there's the plugin https://docs.stevelosh.com/splice.vim/ Which is full

Re: RV: Fix netrw plugin issue using powershell #10931

2022-08-18 Fir de Conversatie Charles Campbell
miguel wrote: References PR: https://github.com/vim/vim/pull/10931 Thanks for your time  Thank you for the improvement! As you may surmise, I don't use powershell, so its really helpful to have folks who use something give feedback. Currently, netrw v172f is on my website

Patch 9.0.0226

2022-08-18 Fir de Conversatie Bram Moolenaar
Patch 9.0.0226 Problem:job_start() test may fail under valgrind. Solution: Wait until the job is running. Files: src/testdir/test_vim9_builtin.vim *** ../vim-9.0.0225/src/testdir/test_vim9_builtin.vim 2022-08-14 12:07:06.918862666 +0100 --- src/testdir/test_vim9_builtin.vim

Patch 9.0.0225

2022-08-18 Fir de Conversatie Bram Moolenaar
Patch 9.0.0225 Problem:Using freed memory with multiple line breaks in expression. Solution: Free eval_tofree later. Files: src/eval.c, src/proto/eval.pro, src/userfunc.c, src/testdir/test_vim9_script.vim *** ../vim-9.0.0224/src/eval.c 2022-08-06 18:12:02.962750601