Hi Bram,
On Sat, Jun 5, 2021 at 12:52 PM Bram Moolenaar wrote:
>
>
> I wrote:
>
> > Patch 8.2.2945
> > Problem:Some buffer related code is not tested.
> > Solution: Add a few more tests. (Yegappan Lakshmanan, closes #8320)
> > Files: src/termlib.c, src/testdir/test_excmd.vim,
> >
On 06-Jun-2021 04:52, Bram Moolenaar wrote:
Patch 8.2.2944
Problem:Vim9: no error when using job or channel as a string.
Solution: Be more strict about conversion to string. (closes #8312)
Files: src/typval.c, src/job.c, src/proto/job.pro, src/channel.c,
src/proto/channe
I wrote:
> Patch 8.2.2945
> Problem:Some buffer related code is not tested.
> Solution: Add a few more tests. (Yegappan Lakshmanan, closes #8320)
> Files: src/termlib.c, src/testdir/test_excmd.vim,
> src/testdir/test_recover.vim, src/testdir/test_swap.vim,
> sr
Patch 8.2.2946
Problem:Vim9: substitute expression cannot be a List in a :def function.
Solution: Use typval2string(). (closes #8330)
Files: src/vim9execute.c, src/testdir/test_vim9_cmd.vim
*** ../vim-8.2.2945/src/vim9execute.c 2021-06-05 20:51:34.737122348 +0200
--- src/vim9execut
Patch 8.2.2945
Problem:Some buffer related code is not tested.
Solution: Add a few more tests. (Yegappan Lakshmanan, closes #8320)
Files: src/termlib.c, src/testdir/test_excmd.vim,
src/testdir/test_recover.vim, src/testdir/test_swap.vim,
src/testdir/test_visual.
Patch 8.2.2944
Problem:Vim9: no error when using job or channel as a string.
Solution: Be more strict about conversion to string. (closes #8312)
Files: src/typval.c, src/job.c, src/proto/job.pro, src/channel.c,
src/proto/channel.pro, src/eval.c, src/vim9execute.c,
Patch 8.2.2943
Problem:Vim9: check for argument count ignores default values.
Solution: Take default argument values into account.
Files: src/vim9execute.c
*** ../vim-8.2.2942/src/vim9execute.c 2021-06-05 18:15:06.614037266 +0200
--- src/vim9execute.c 2021-06-05 18:48:09.80588619
Patch 8.2.2942
Problem:Vim9: internal error when calling function with too few arguments
Solution: Check for argument count to be too few. (closes #8325)
Files: src/errors.h, src/vim9execute.c, src/testdir/test_vim9_builtin.vim
*** ../vim-8.2.2941/src/errors.h2021-06-02 16:47
Patch 8.2.2941
Problem:Vim9: using `=expr` does not handle a list of strings.
Solution: Convert a list to a string and escape each item. (closes #8310)
Files: src/vim9execute.c, src/testdir/test_vim9_cmd.vim
*** ../vim-8.2.2940/src/vim9execute.c 2021-06-04 21:00:27.958234335 +0200
Patch 8.2.2940
Problem:MS-Windows: cannot see the size of the text area when resizing the
gvim window.
Solution: Show a tooltip with the text size. (Ken Takata, closes #8326)
Files: src/gui_w32.c
*** ../vim-8.2.2939/src/gui_w32.c 2021-06-02 13:28:11.431120460 +0200
Patch 8.2.2939
Problem:GTK: righthand scrollbar does not show with split window.
Solution: Adjust padding when two scrollbars are used. (Matt Wozniski,
closes #8324)
Files: src/gui_gtk.c
*** ../vim-8.2.2938/src/gui_gtk.c 2021-04-05 18:20:42.024142486 +0200
--- src/g
11 matches
Mail list logo