Re: Commit: patch 9.1.0973: too many strlen() calls in fileio.c

2024-12-29 Fir de Conversatie 'John Marriott' via vim_dev
On 30-Dec-2024 06:01, Christ van Willegen wrote: Hi, About this part:            if (ff_error == EOL_DOS)             { -               STRCAT(IObuff, _("[CR missing]")); +               buflen += vim_snprintf((char *)IObuff + buflen, IOSIZE - buflen, +                       _("CR missing"));

Re: Commit: patch 9.1.0973: too many strlen() calls in fileio.c

2024-12-29 Fir de Conversatie Christ van Willegen
Hi, About this part: if (ff_error == EOL_DOS) { - STRCAT(IObuff, _("[CR missing]")); + buflen += vim_snprintf((char *)IObuff + buflen, IOSIZE - buflen, + _("CR missing")); c = TRUE; } Shouldn't

Re: [vim/vim] runtime(filetype): set bash scripts to bash filetype (PR #16309)

2024-12-29 Fir de Conversatie Rob Foehl
On Fri, 2024-12-27 at 13:03 -0800, D. Ben Knoble wrote: > Ok, should have done my homework first: the bash runtime support already > redirects to the shell support. So ALE is the last place I personally need to > check. Sounds like both you and the submitter should do a bit more homework: this b

Commit: patch 9.1.0973: too many strlen() calls in fileio.c

2024-12-29 Fir de Conversatie Christian Brabandt
patch 9.1.0973: too many strlen() calls in fileio.c Commit: https://github.com/vim/vim/commit/14ede1890f820d119ad521a4cfc2ef4beee5b4d3 Author: John Marriott Date: Sun Dec 29 16:14:19 2024 +0100 patch 9.1.0973: too many strlen() calls in fileio.c Problem: too many strlen() calls

Commit: patch 9.1.0972: filetype: TI linker map files are not recognized

2024-12-29 Fir de Conversatie Christian Brabandt
patch 9.1.0972: filetype: TI linker map files are not recognized Commit: https://github.com/vim/vim/commit/5113831d16c05f3a8b47da0c6f95a641d5fc7b2e Author: Wu, Zhenyu Date: Sun Dec 29 15:28:46 2024 +0100 patch 9.1.0972: filetype: TI linker map files are not recognized Problem: f

Commit: runtime(doc): Fix enum example syntax

2024-12-29 Fir de Conversatie Christian Brabandt
runtime(doc): Fix enum example syntax Commit: https://github.com/vim/vim/commit/49a35f67ebf3042b18fa4325b5c27ae25533afe5 Author: Doug Kearns Date: Sun Dec 29 15:33:12 2024 +0100 runtime(doc): Fix enum example syntax An ex-colon is not allowed before endenum. As no other examples

Commit: runtime(sh): set shellcheck as the compiler for supported shells

2024-12-29 Fir de Conversatie Christian Brabandt
runtime(sh): set shellcheck as the compiler for supported shells Commit: https://github.com/vim/vim/commit/df67fc0e6994bc92f3d82edc6269e158875defad Author: Luca Saccarola Date: Sun Dec 29 15:36:42 2024 +0100 runtime(sh): set shellcheck as the compiler for supported shells closes:

Commit: runtime(vim): Improve syntax script generator for Vim Script

2024-12-29 Fir de Conversatie Christian Brabandt
runtime(vim): Improve syntax script generator for Vim Script Commit: https://github.com/vim/vim/commit/f0ab3e4e41964e2c4d10e29e98800aa0f7d33b05 Author: h-east Date: Sun Dec 29 15:14:37 2024 +0100 runtime(vim): Improve syntax script generator for Vim Script closes: https://github.

Commit: patch 9.1.0971: filetype: SLNX files are not recognized

2024-12-29 Fir de Conversatie Christian Brabandt
patch 9.1.0971: filetype: SLNX files are not recognized Commit: https://github.com/vim/vim/commit/3b3318b64043dcf29d6f06322739f695a5cc257e Author: GustavEikaas Date: Sun Dec 29 15:08:49 2024 +0100 patch 9.1.0971: filetype: SLNX files are not recognized Problem: filetype: SLNX fi

Commit: patch 9.1.0970: VMS: build errors on VMS architecture

2024-12-29 Fir de Conversatie Christian Brabandt
patch 9.1.0970: VMS: build errors on VMS architecture Commit: https://github.com/vim/vim/commit/7b12ac3ad86f02bf26d6830caa991041dd1c4785 Author: Zoltan Arpadffy Date: Sun Dec 29 09:50:20 2024 +0100 patch 9.1.0970: VMS: build errors on VMS architecture Problem: VMS: build errors

Commit: runtime(doc): Fix documentation typos

2024-12-29 Fir de Conversatie Christian Brabandt
runtime(doc): Fix documentation typos Commit: https://github.com/vim/vim/commit/f2e08a1e54e1e6f594edac5cd971ac2e03896a07 Author: h-east Date: Sun Dec 29 09:46:03 2024 +0100 runtime(doc): Fix documentation typos closes: https://github.com/vim/vim/issues/16333 Signed-off-b