Patch 8.2.2712

2021-04-04 Fir de Conversatie Bram Moolenaar
Patch 8.2.2712 Problem:Memory leak when adding to a blob fails. Solution: Clear the second typval before returning. Files: src/eval.c *** ../vim-8.2.2711/src/eval.c 2021-04-04 20:49:46.626430253 +0200 --- src/eval.c 2021-04-04 21:48:49.921257681 +0200 *** *** 3008,3017

Patch 8.2.2711

2021-04-04 Fir de Conversatie Bram Moolenaar
Patch 8.2.2711 Problem:"gj" in a closed fold does not move out of the fold. (Marco Hinz) Solution: Add a check for being in a closed fold. (closes #8062) Files: src/normal.c, src/testdir/test_fold.vim *** ../vim-8.2.2710/src/normal.c2021-02-23 19:39:16.761841193 +0100 ---

Patch 8.2.2710

2021-04-04 Fir de Conversatie Bram Moolenaar
Patch 8.2.2710 Problem:Vim9: not all tests cover script and :def function. Solution: Run tests in both if possible. Fix differences. Files: src/eval.c, src/vim9compile.c, src/vim9execute.c, src/testdir/vim9.vim, src/testdir/test_vim9_expr.vim ***

Patch 8.2.2709

2021-04-04 Fir de Conversatie Bram Moolenaar
Patch 8.2.2709 Problem:The GTK GUI has a gap next to the scrollbar. Solution: Calculate the scrollbar padding for GTK. (closes #8027) Files: src/gui_gtk.c *** ../vim-8.2.2708/src/gui_gtk.c 2020-10-21 16:10:16.382485983 +0200 --- src/gui_gtk.c 2021-04-04

Patch 8.2.2708

2021-04-04 Fir de Conversatie Bram Moolenaar
Patch 8.2.2708 Problem:Test sometimes fails waiting for shell in terminal. Solution: Use WaitForAssert() so we can see the actual job status. Use Run_shell_in_terminal(). Files: src/testdir/term_util.vim, src/testdir/test_mksession.vim ***

Patch 8.2.2707

2021-04-04 Fir de Conversatie Bram Moolenaar
Patch 8.2.2707 (after 8.2.2704) Problem:Adding a lot of completions can still be a bit slow. Solution: Add the check for CP_FAST. (Ben Jackson) Files: src/insexpand.c *** ../vim-8.2.2706/src/insexpand.c 2021-04-03 20:13:25.590782472 +0200 --- src/insexpand.c 2021-04-04

Re: [patch] doc fixes

2021-04-04 Fir de Conversatie Bram Moolenaar
Dominique wrote: > Attached patch fixes a few typos in vim-8.2.2706 doc. Thanks. -- hundred-and-one symptoms of being an internet addict: 54. You start tilting your head sideways to smile. :-) /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///