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"));
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
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
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
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
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
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:
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.
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
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
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
11 matches
Mail list logo