Re: :tearoff command not available in Vim 9.0.1664 for Linux even when exists(':tearoff') == 2

2023-06-26 Fir de Conversatie Tony Mechelynck
On Mon, Jun 26, 2023 at 1:31 PM Bram Moolenaar wrote: > > > Tony wrote: > > > • In Normal gvim with Motif GUI in GUI mode, :echo exists(':tearoff') > > gives 0 but menus can be teared off from the menu bar with the mouse > > • In the same in Console mode, :echo exists(':tearoff') gives 2 > > • In

Re: After recent "Normalize line endings" changeset (448aef880252 Mercurial-only AFAICT) Make says file missing

2023-06-26 Fir de Conversatie Tony Mechelynck
On Mon, Jun 26, 2023 at 1:14 PM Christian Brabandt wrote: > > > On Mo, 26 Jun 2023, Tony Mechelynck wrote: > > > On Mon, Jun 26, 2023 at 12:10 PM Christian Brabandt wrote: > > > > > > > > > On Mo, 26 Jun 2023, Tony Mechelynck wrote: > > > > > > > At hg CSID 448aef880252 by Christian Brabandt:

Patch 9.0.1668

2023-06-26 Fir de Conversatie Bram Moolenaar
Patch 9.0.1668 Problem:PEM files are not recognized. Solution: Add patterns to match PEM files. (closes #12582) Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-9.0.1667/runtime/filetype.vim2023-06-24 17:11:00.713077736 +0100 --- runtime/filetype.vim

Patch 9.0.1667

2023-06-26 Fir de Conversatie Bram Moolenaar
Patch 9.0.1667 Problem:Regression test doesn't fail when fix is reverted. Solution: Add "n" to 'cpoptions' instead of using :winsize. (closes #12587, issue #12528) Files: src/testdir/test_scroll_opt.vim, src/testdir/dumps/Test_smoothscroll_zero_bot.dump ***

Patch 9.0.1666

2023-06-26 Fir de Conversatie Bram Moolenaar
Patch 9.0.1666 Problem:Compiler may warn for uninitialized variable. Solution: Initialize this_props_len. (Christian Brabandt, closes #12599) Files: src/memline.c *** ../vim-9.0.1665/src/memline.c 2023-05-31 17:12:07.888535653 +0100 --- src/memline.c 2023-06-26

Re: :tearoff command not available in Vim 9.0.1664 for Linux even when exists(':tearoff') == 2

2023-06-26 Fir de Conversatie Bram Moolenaar
Tony wrote: > • In Normal gvim with Motif GUI in GUI mode, :echo exists(':tearoff') > gives 0 but menus can be teared off from the menu bar with the mouse > • In the same in Console mode, :echo exists(':tearoff') gives 2 > • In Huge gvim with GTK3 GUI (where menus cannot be teared off with >

Re: After recent "Normalize line endings" changeset (448aef880252 Mercurial-only AFAICT) Make says file missing

2023-06-26 Fir de Conversatie Christian Brabandt
On Mo, 26 Jun 2023, Tony Mechelynck wrote: > On Mon, Jun 26, 2023 at 12:10 PM Christian Brabandt wrote: > > > > > > On Mo, 26 Jun 2023, Tony Mechelynck wrote: > > > > > At hg CSID 448aef880252 by Christian Brabandt: Problem detected at or > > > near src/Makefile line 1972. I believe there is a

Re: After recent "Normalize line endings" changeset (448aef880252 Mercurial-only AFAICT) Make says file missing

2023-06-26 Fir de Conversatie Tony Mechelynck
On Mon, Jun 26, 2023 at 12:10 PM Christian Brabandt wrote: > > > On Mo, 26 Jun 2023, Tony Mechelynck wrote: > > > At hg CSID 448aef880252 by Christian Brabandt: Problem detected at or > > near src/Makefile line 1972. I believe there is a problem of some kind > > with src/auto/config.mk or

Re: After recent "Normalize line endings" changeset (448aef880252 Mercurial-only AFAICT) Make says file missing

2023-06-26 Fir de Conversatie Christian Brabandt
On Mo, 26 Jun 2023, Tony Mechelynck wrote: > At hg CSID 448aef880252 by Christian Brabandt: Problem detected at or > near src/Makefile line 1972. I believe there is a problem of some kind > with src/auto/config.mk or src/shadow/auto/config.mk. Neither plain > "make" nor "make reconfig" work.

After recent "Normalize line endings" changeset (448aef880252 Mercurial-only AFAICT) Make says file missing

2023-06-26 Fir de Conversatie Tony Mechelynck
At hg CSID 448aef880252 by Christian Brabandt: Problem detected at or near src/Makefile line 1972. I believe there is a problem of some kind with src/auto/config.mk or src/shadow/auto/config.mk. Neither plain "make" nor "make reconfig" work. For the time being I have updated back to previous