Commit: patch 9.1.1218: missing out-of-memory check in filepath.c

2025-03-17 Fir de Conversatie Christian Brabandt
patch 9.1.1218: missing out-of-memory check in filepath.c Commit: https://github.com/vim/vim/commit/c00729824d6d335994252a462cc78be52b76f85b Author: John Marriott Date: Mon Mar 17 21:14:17 2025 +0100 patch 9.1.1218: missing out-of-memory check in filepath.c Problem: missing out-

Commit: patch 9.1.1216: Pasting the '.' register multiple times may not work

2025-03-17 Fir de Conversatie Christian Brabandt
patch 9.1.1216: Pasting the '.' register multiple times may not work Commit: https://github.com/vim/vim/commit/61b354442418539056cc7073a9aec353d297836c Author: zeertzjq Date: Mon Mar 17 21:02:50 2025 +0100 patch 9.1.1216: Pasting the '.' register multiple times may not work Probl

Commit: runtime(keymap) Add forward slash (/) to russian-jcukenwin keymap

2025-03-17 Fir de Conversatie Christian Brabandt
runtime(keymap) Add forward slash (/) to russian-jcukenwin keymap Commit: https://github.com/vim/vim/commit/ad2f6b66623f0a218ae1b2b18430e728070c8aca Author: Marat Amerov Date: Mon Mar 17 20:42:40 2025 +0100 runtime(keymap) Add forward slash (/) to russian-jcukenwin keymap closes:

Commit: runtime(vim): Update base-syntax, match multiline return types

2025-03-17 Fir de Conversatie Christian Brabandt
runtime(vim): Update base-syntax, match multiline return types Commit: https://github.com/vim/vim/commit/dd3f1c0dda276f340d85f56ccf899b19e3e8512d Author: Doug Kearns Date: Mon Mar 17 20:27:13 2025 +0100 runtime(vim): Update base-syntax, match multiline return types fixes https://

Commit: patch 9.1.1210: translation(ru): missing Russian translation for the new tutor

2025-03-17 Fir de Conversatie Christian Brabandt
patch 9.1.1210: translation(ru): missing Russian translation for the new tutor Commit: https://github.com/vim/vim/commit/21ac3a49b52330bbac5815971a15b51bda405f96 Author: RestorerZ Date: Sun Mar 16 19:49:41 2025 +0100 patch 9.1.1210: translation(ru): missing Russian translation for the new

Re: Commit: patch 9.1.1212: too many strlen() calls in edit.c

2025-03-17 Fir de Conversatie 'John Marriott' via vim_dev
On 17-Mar-2025 14:28, Christ van Willegen wrote: Hi, This looks weird. Why is the length always decremented, but the ESC only conditionally overwritten? I guess the length decrement should be inside the if statement?? Christ van Willegen Hi Christ, Yeah, you're right. -- -- You receiv