Re: Updates on the Vim project

2023-08-23 Fir de Conversatie Ernie Rael
Hoping https://github.com/vim/vim/pull/12192 is merged. Vim 9.1 has a nsec profiling clock available; but without this PR, which fixes a severe timing problem related to user function calls, we can't say v9.1 has high accuracy profiling. -ernie On 23/08/23 1:18 PM, Christian Brabandt wrote:

Commit: patch 9.0.1784: redundant else in pum_set_selected()

2023-08-23 Fir de Conversatie Christian Brabandt
patch 9.0.1784: redundant else in pum_set_selected() Commit: https://github.com/vim/vim/commit/c51fa7bc4666baad81356b298da7a5ede410f868 Author: mathew Date: Wed Aug 23 20:55:17 2023 +0200 patch 9.0.1784: redundant else in pum_set_selected() Problem: redundant else in

Commit: patch 9.0.1785: wrong cursor position with 'showbreak' and lcs-eol

2023-08-23 Fir de Conversatie Christian Brabandt
patch 9.0.1785: wrong cursor position with 'showbreak' and lcs-eol Commit: https://github.com/vim/vim/commit/1193951bebcff50d88403ce17dec5d3be14f131d Author: zeertzjq Date: Wed Aug 23 20:58:01 2023 +0200 patch 9.0.1785: wrong cursor position with 'showbreak' and lcs-eol Problem:

Commit: runtime: Fix typos in various files

2023-08-23 Fir de Conversatie Christian Brabandt
runtime: Fix typos in various files Commit: https://github.com/vim/vim/commit/3fc7a7e44abda6505ccd39a6d067db6e5173cbf6 Author: Viktor Sz茅pe Date: Wed Aug 23 21:20:00 2023 +0200 runtime: Fix typos in various files closes: https://github.com/vim/vim/issues/12836

Commit: runtime: Remove Brams name from a few more runtime files (#12780)

2023-08-23 Fir de Conversatie Christian Brabandt
runtime: Remove Brams name from a few more runtime files (#12780) Commit: https://github.com/vim/vim/commit/e8d6f03f6a61f60de6893253621d057f63dd6a23 Author: Christian Brabandt Date: Wed Aug 23 20:23:07 2023 +0100 runtime: Remove Brams name from a few more runtime files

Commit: runtime: configure keywordpg for some file types (#5566)

2023-08-23 Fir de Conversatie Christian Brabandt
runtime: configure keywordpg for some file types (#5566) Commit: https://github.com/vim/vim/commit/2f25e40b1f545f4aa38377f0c25effb112b5d1ef Author: Enno Date: Wed Aug 23 21:27:50 2023 +0200 runtime: configure keywordpg for some file types (https://github.com/vim/vim/issues/5566)

Re: Updates on the Vim project

2023-08-23 Fir de Conversatie Yegappan Lakshmanan
Hi Christian, On Wed, Aug 23, 2023 at 1:18 PM Christian Brabandt wrote: > > Hi, > this is a small update over what happened the last few weeks. > > Over the last days, I have been merging mostly runtime file changes, > small improvements to the Vim9 class implementations and bug fixes. >

Re: Commit: patch 9.0.1786: Vim9: need instanceof() function

2023-08-23 Fir de Conversatie Tony Mechelynck
On Wed, Aug 23, 2023 at 9:15 PM Christian Brabandt wrote: > > patch 9.0.1786: Vim9: need instanceof() function > > Commit: > https://github.com/vim/vim/commit/afe0466fb1695fa8b9782eea8a8e9f9540d4cb85 > Author: LemonBoy > Date: Wed Aug 23 21:08:11 2023 +0200 [...] Discontinuous tagging again

Re: the git-hg bridge

2023-08-23 Fir de Conversatie Christian Brabandt
On Mi, 23 Aug 2023, Ernie Rael wrote: > On 23/08/23 12:14 PM, Tony Brown wrote: > > Why are you still using mercurial? > > I dont' want to start yet another flame war on this topic (though I wouldn't > mind, considering how I feel about git). > > I use mercurial's hggit extension and find it

Updates on the Vim project

2023-08-23 Fir de Conversatie Christian Brabandt
Hi, this is a small update over what happened the last few weeks. Over the last days, I have been merging mostly runtime file changes, small improvements to the Vim9 class implementations and bug fixes. If you check the Milestone¹ for the release 9.1, most of the remaining changes are small

Re: the git-hg bridge

2023-08-23 Fir de Conversatie Ernie Rael
On 23/08/23 12:14 PM, Tony Brown wrote: Why are you still using mercurial? I dont' want to start yet another flame war on this topic (though I wouldn't mind, considering how I feel about git). I use mercurial's hggit extension and find it interoperates fine with github. I used the

Re: the git-hg bridge

2023-08-23 Fir de Conversatie Christian Brabandt
On Mi, 23 Aug 2023, Tony Brown wrote: > Why are you still using mercurial? I have been providing this as a service for people who do not like git. For some reasons, my mails to vim-...@vim.org seem to be blocked... Best, Christian -- A snake lurks in the grass. -- Publius

Re: the git-hg bridge

2023-08-23 Fir de Conversatie Tony Brown
Why are you still using mercurial? On Wed, Aug 23, 2023 at 2:02 PM Christian Brabandt wrote: > Hi, > currently I am experiencing some problems with the git-mercurial bridge. > > I don't know exactly what is going on, but it seems, mercurial does not > like patches generated by git anymore and

Commit: patch 9.0.1786: Vim9: need instanceof() function

2023-08-23 Fir de Conversatie Christian Brabandt
patch 9.0.1786: Vim9: need instanceof() function Commit: https://github.com/vim/vim/commit/afe0466fb1695fa8b9782eea8a8e9f9540d4cb85 Author: LemonBoy Date: Wed Aug 23 21:08:11 2023 +0200 patch 9.0.1786: Vim9: need instanceof() function Problem: Vim9: need instanceof() function

the git-hg bridge

2023-08-23 Fir de Conversatie Christian Brabandt
Hi, currently I am experiencing some problems with the git-mercurial bridge. I don't know exactly what is going on, but it seems, mercurial does not like patches generated by git anymore and aborts imported patches. This seems to happen quite often with updated translations. Not sure, why it

Re: [vim/vim] Vim cannot write *.vba files (#2694)

2023-08-23 Fir de Conversatie Christian Brabandt
On Mi, 23 Aug 2023, Gary Johnson wrote: > All of the vimballs I have from Chip Campbell use the .vba > extension. > > The first line of a .vba file could be inspected to determine > whether it was a vimball. Oh, that is true. I just checked the website

Commit: Codeowners: add KBelabas for runtime/syntax/gp.vim (#12898)

2023-08-23 Fir de Conversatie Christian Brabandt
Codeowners: add KBelabas for runtime/syntax/gp.vim (#12898) Commit: https://github.com/vim/vim/commit/9180633e68925cde6e7b08f6343a89cdb73f787b Author: Karim Belabas Date: Wed Aug 23 18:07:23 2023 +0200 Codeowners: add KBelabas for runtime/syntax/gp.vim

Commit: runtime(menu): define shortcut for File->Open Tab (#12895)

2023-08-23 Fir de Conversatie Christian Brabandt
runtime(menu): define shortcut for File->Open Tab (#12895) Commit: https://github.com/vim/vim/commit/e059fae100448fee4b581dd5d90ee853ea18de7e Author: Christian Brabandt Date: Wed Aug 23 17:07:55 2023 +0100 runtime(menu): define shortcut for File->Open Tab

Re: [vim/vim] Vim cannot write *.vba files (#2694)

2023-08-23 Fir de Conversatie Gary Johnson
On 2023-08-19, Christian Brabandt wrote: > Yes, probably should get vimball as an own filetype. And possibly also get rid > of .vba as extension for vimball. It's been long gone and nowadays vimballs > use > the .vmb extension anyhow. All of the vimballs I have from Chip Campbell use the .vba