Tony Mechelynck wrote:
> On Sat, Apr 30, 2022 at 5:12 PM Bram Moolenaar wrote:
> >
> >
> > Patch 8.2.4850
> > Problem:Mksession mixes up "tabpages" and "curdir" arguments.
> > Solution: Correct logic for storing tabpage in session. (closes #10312)
> > Files: src/session.c, src/testdi
Patch 8.2.4851
Problem:Compiler warning for uninitialized variable.
Solution: Use another variable to decide to restore option values.
Files: src/session.c
*** ../vim-8.2.4850/src/session.c 2022-04-30 16:10:23.970106114 +0100
--- src/session.c 2022-05-01 00:32:26.48794621
On 01-May-2022 06:50, Tony Mechelynck wrote:
On Sat, Apr 30, 2022 at 5:12 PM Bram Moolenaar wrote:
Patch 8.2.4850
Problem:Mksession mixes up "tabpages" and "curdir" arguments.
Solution: Correct logic for storing tabpage in session. (closes #10312)
Files: src/session.c, src/testdir/
On Sat, Apr 30, 2022 at 5:12 PM Bram Moolenaar wrote:
>
>
> Patch 8.2.4850
> Problem:Mksession mixes up "tabpages" and "curdir" arguments.
> Solution: Correct logic for storing tabpage in session. (closes #10312)
> Files: src/session.c, src/testdir/test_mksession.vim
At this patchlevel
Patch 8.2.4850
Problem:Mksession mixes up "tabpages" and "curdir" arguments.
Solution: Correct logic for storing tabpage in session. (closes #10312)
Files: src/session.c, src/testdir/test_mksession.vim
*** ../vim-8.2.4849/src/session.c 2022-03-29 11:56:57.557660671 +0100
--- sr
Patch 8.2.4849
Problem:Gleam filetype not detected.
Solution: Add a pattern for Gleam files. (Mathias Jean Johansen,
closes #10326)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
*** ../vim-8.2.4848/runtime/filetype.vim2022-04-25 17:40:39.796669963
+0
Patch 8.2.4848
Problem:Local completion with mappings and simplification not working.
Solution: Fix local completion / mappings not ignored if keys are
not simplified. (closes #10323)
Files: src/getchar.c, src/testdir/test_popup.vim
*** ../vim-8.2.4847/src/getchar.c
Hi. I opened a new issue (#10324) but I don't seem to be able to set the
assignee.
On Saturday, April 30, 2022 at 12:22:13 AM UTC+2 Bram Moolenaar wrote:
>
> Axel Bender wrote:
>
> > > > Using gvim 8.2.4845 (Windows 7, 64-bit) with -U none -u none -n
> > > > --noplugin,
> > > > the following ma