Re: Missing tags (again) on Mercurial

2023-12-11 Fir de Conversatie Christian Brabandt
On Di, 12 Dez 2023, Tony Mechelynck wrote: > Something has gone wrong again. > > Remember: tags v9.0.2140 to v9.0.2142 had gone missing, but tags > v9.0.2143 to v9.0.2155 had been set correctly. Well, now tags > v9.0.2156 to v9.0.2158 have gone missing again. > > This concerns only the

Missing tags (again) on Mercurial

2023-12-11 Fir de Conversatie Tony Mechelynck
Something has gone wrong again. Remember: tags v9.0.2140 to v9.0.2142 had gone missing, but tags v9.0.2143 to v9.0.2155 had been set correctly. Well, now tags v9.0.2156 to v9.0.2158 have gone missing again. This concerns only the Mercurial .hgtags metadata (and I don't know about any git

Commit: CI: labeler.yml: update to v5 (#13664)

2023-12-11 Fir de Conversatie Christian Brabandt
CI: labeler.yml: update to v5 (#13664) Commit: https://github.com/vim/vim/commit/a40e1687e757ea4aa41e84006c739f575db75703 Author: Philip H <47042125+pheid...@users.noreply.github.com> Date: Mon Dec 11 18:35:52 2023 +0100 CI: labeler.yml: update to v5

Commit: patch 9.0.2158: [security]: use-after-free in check_argument_type

2023-12-11 Fir de Conversatie Christian Brabandt
patch 9.0.2158: [security]: use-after-free in check_argument_type Commit: https://github.com/vim/vim/commit/0f28791b215bd4c22ed580839409c2f7d39d8140 Author: Christian Brabandt Date: Mon Dec 11 17:53:25 2023 +0100 patch 9.0.2158: [security]: use-after-free in check_argument_type

Commit: patch 9.0.2157: Vim9: incorrectly parses :def func definitions

2023-12-11 Fir de Conversatie Christian Brabandt
patch 9.0.2157: Vim9: incorrectly parses :def func definitions Commit: https://github.com/vim/vim/commit/e4a450a87ba532cbfe1c4e97cac378eaafc3ae39 Author: Christian Brabandt Date: Fri Dec 8 20:57:38 2023 +0100 patch 9.0.2157: Vim9: incorrectly parses :def func definitions

Commit: patch 9.0.2156: Vim9: can use typealias in assignment

2023-12-11 Fir de Conversatie Christian Brabandt
patch 9.0.2156: Vim9: can use typealias in assignment Commit: https://github.com/vim/vim/commit/9ed53752df1020a6881ac68d1bde2852c9a680aa Author: Ernie Rael Date: Mon Dec 11 17:40:46 2023 +0100 patch 9.0.2156: Vim9: can use typealias in assignment Problem: Vim9: can use

Commit: runtime(doc): re-generate helptags

2023-12-11 Fir de Conversatie Christian Brabandt
runtime(doc): re-generate helptags Commit: https://github.com/vim/vim/commit/1ec115c92c16f1557719d9da0a09e88989f511f3 Author: Christian Brabandt Date: Mon Dec 11 17:32:09 2023 +0100 runtime(doc): re-generate helptags Signed-off-by: Christian Brabandt diff --git

Commit: runtime(filetype): ft detection maybe wrong if 'fic' set for *.[CH]

2023-12-11 Fir de Conversatie Christian Brabandt
runtime(filetype): ft detection maybe wrong if 'fic' set for *.[CH] Commit: https://github.com/vim/vim/commit/fa920da283f6651083b40d0aa28a9eacd5116593 Author: shane.xb.qian Date: Mon Dec 11 17:33:03 2023 +0100 runtime(filetype): ft detection maybe wrong if 'fic' set for *.[CH]

Commit: runtime(sbt): do not set b:did_ftplugin before sourcing scala ftplugin(#13657)

2023-12-11 Fir de Conversatie Christian Brabandt
runtime(sbt): do not set b:did_ftplugin before sourcing scala ftplugin(#13657) Commit: https://github.com/vim/vim/commit/5a68cdf14915f20a1a6889cd0a76d29ecd374f24 Author: Karl Yngve LervÄg Date: Mon Dec 11 17:17:20 2023 +0100 runtime(sbt): do not set b:did_ftplugin before sourcing scala

Commit: runtime(json): fix examples in comments for JSON formatting (#13660)

2023-12-11 Fir de Conversatie Christian Brabandt
runtime(json): fix examples in comments for JSON formatting (#13660) Commit: https://github.com/vim/vim/commit/34b9a15c378f7279bbbe2a80135ae79913c032ae Author: Maxim Kim Date: Tue Dec 12 03:09:38 2023 +1100 runtime(json): fix examples in comments for JSON formatting

Commit: runtime(netrw): Fix `w:netrw_bannercnt` ref error with `netrw_fastbrowse=2` (#13659)

2023-12-11 Fir de Conversatie Christian Brabandt
runtime(netrw): Fix `w:netrw_bannercnt` ref error with `netrw_fastbrowse=2` (#13659) Commit: https://github.com/vim/vim/commit/b52e7ac7c61cd88d04ee6b7b1808c361dd4a7640 Author: KSR-Yasuda <31273423+ksr-yas...@users.noreply.github.com> Date: Tue Dec 12 01:11:43 2023 +0900 runtime(netrw):