Patch 9.0.0507

2022-09-19 Fir de Conversatie Bram Moolenaar
Patch 9.0.0507 Problem:Command line cleared when using :redrawstatus in CmdlineChanged autocommand event. Solution: Postpone the redraw. (closes #11162) Files: src/ex_docmd.c, src/testdir/test_cmdline.vim, src/testdir/dumps/Test_redrawstatus_in_autocmd_1.dump

Re: [vim/vim] [netrw] Fix file move when g:netrw_keepdir=0 (PR #10757)

2022-09-19 Fir de Conversatie Charles Campbell
Alexandre Lepretre (Vim Github Repository) wrote: @Matsa59 pushed 1 commit. * af9a9d2 Merge branch 'vim:master' into master In looking over your patch, it looks like the

Vim tests hanging on Solaris since patch 394

2022-09-19 Fir de Conversatie Vladimir Marek
Hi, While trying to integrate latest vim into Solaris I found out that the tests no longer finish. After some bisecting I found it it's caused by patch 394 https://github.com/vim/vim/commit/5903aaf7eb4586cf7e4fa5a219092334b05c89de Last output on the screen is Test_map_cmdkey Executed process

Patch 9.0.0506

2022-09-19 Fir de Conversatie Bram Moolenaar
Patch 9.0.0506 Problem:Line number argument for :badd does not work. Solution: Set the last cursor position in the new buffer. (closes #11161) Files: src/ex_cmds.c, src/testdir/test_buffer.vim *** ../vim-9.0.0505/src/ex_cmds.c 2022-09-17 21:07:52.095993168 +0100 ---

Patch 9.0.0505

2022-09-19 Fir de Conversatie Bram Moolenaar
Patch 9.0.0505 Problem:Various problems with 'nosplitscroll'. Solution: Fix 'nosplitscroll' problems. (Luuk van Baal, closes #11166) Files: src/globals.h, src/move.c, src/window.c, src/testdir/test_window_cmd.vim *** ../vim-9.0.0504/src/globals.h 2022-09-15

Patch 9.0.0504

2022-09-19 Fir de Conversatie Bram Moolenaar
Patch 9.0.0504 (after 9.0.0502) Problem:still a Build failure. Solution: Add another missing changes. Avoid compiler warning. Files: src/vim9expr.c, src/vim9execute.c *** ../vim-9.0.0503/src/vim9expr.c 2022-09-17 21:07:52.103993150 +0100 --- src/vim9expr.c 2022-09-18

Patch 9.0.0503

2022-09-19 Fir de Conversatie Bram Moolenaar
Patch 9.0.0503 (after 9.0.0502) Problem:Build failure. Solution: Add missing changes. Files: src/vim9compile.c *** ../vim-9.0.0502/src/vim9compile.c 2022-09-17 21:07:52.103993150 +0100 --- src/vim9compile.c 2022-09-19 13:08:55.331984438 +0100 *** *** 54,60

Patch 9.0.0502

2022-09-19 Fir de Conversatie Bram Moolenaar
Patch 9.0.0502 Problem:A closure in a nested loop in a :def function does not work. Solution: Use an array of loopvars, one per loop level. Files: src/vim9.h, src/structs.h, src/errors.h, src/vim9execute.c, src/proto/vim9execute.pro, src/vim9instr.c,

Re: [vim/vim] [netrw] Fix file move when g:netrw_keepdir=0 (PR #10757)

2022-09-19 Fir de Conversatie Bram Moolenaar
Charles wrote: > Alexandre Lepretre (Vim Github Repository) wrote: > > > > @Matsa59 pushed 1 commit. > > > > * 22bd830 > > 04fb1c> > > Merge branch 'vim:master' into master > > > >

Patch 9.0.0501

2022-09-19 Fir de Conversatie Bram Moolenaar
Patch 9.0.0501 Problem:Warning for using uninitialized value in mouse test. Solution: Clear ScreenCols when allocating it. (Dominique Pellé) Files: src/screen.c *** ../vim-9.0.0500/src/screen.c2022-09-11 21:35:47.558255161 +0100 --- src/screen.c2022-09-19

Re: [patch] valgrind uninitialized memory in test_terminal3

2022-09-19 Fir de Conversatie Bram Moolenaar
Dominique wrote: > In runtime/doc/todo.txt, I see this item: > > Conditional jump or move depends on uninitialised value(s) > ==2819005==at 0x2E9134: jump_to_mouse (mouse.c:2015) > ==2819005==by 0x2E69E6: do_mouse (mouse.c:702) > ==2819005==by 0x2E95C2: nv_mouse (mouse.c:2166) > >