Commit: patch 9.1.1219: Strange error with wrong type for matchfuzzy() "camelcase"

2025-03-18 Fir de Conversatie Christian Brabandt
patch 9.1.1219: Strange error with wrong type for matchfuzzy() "camelcase" Commit: https://github.com/vim/vim/commit/c4815c157b27923001e44bfd241fb540bf1fb518 Author: zeertzjq Date: Tue Mar 18 20:28:00 2025 +0100 patch 9.1.1219: Strange error with wrong type for matchfuzzy() "camelcase"

Commit: runtime(sh): remove invalid commented out line in syntax script

2025-03-18 Fir de Conversatie Christian Brabandt
runtime(sh): remove invalid commented out line in syntax script Commit: https://github.com/vim/vim/commit/40ab82b974a31ab483abee6357d97d9018d775a7 Author: Christian Brabandt Date: Tue Mar 18 23:12:52 2025 +0100 runtime(sh): remove invalid commented out line in syntax script Signe

Commit: runtime(sh): update sh indent script

2025-03-18 Fir de Conversatie Christian Brabandt
risbra/vim-sh-indent " Changelog: +" 20250318 - Detect local arrays in functions " 20241411 - Detect dash character in function keyword for " bash mode (issue #16049) " 20190726 - Correctly skip if keywords in syntax

Commit: patch 9.1.1224: cannot :put while keeping indent

2025-03-18 Fir de Conversatie Christian Brabandt
patch 9.1.1224: cannot :put while keeping indent Commit: https://github.com/vim/vim/commit/e08f10a55c3f15b0b4af631908551d88ec4fe502 Author: 64-bitman <60551350+64-bit...@users.noreply.github.com> Date: Tue Mar 18 22:14:34 2025 +0100 patch 9.1.1224: cannot :put while keeping indent

Commit: patch 9.1.1222: using wrong length for last inserted string

2025-03-18 Fir de Conversatie Christian Brabandt
patch 9.1.1222: using wrong length for last inserted string Commit: https://github.com/vim/vim/commit/8ac0f73eb1e0e6128dd21eb294d12b83b615f05a Author: John Marriott Date: Tue Mar 18 20:49:01 2025 +0100 patch 9.1.1222: using wrong length for last inserted string Problem: using wr

Commit: runtime(go): use :term for keywordprg for nvim/gvim

2025-03-18 Fir de Conversatie Christian Brabandt
runtime(go): use :term for keywordprg for nvim/gvim Commit: https://github.com/vim/vim/commit/11ab02c819449eaeddc3d8d291f06bc73f428e91 Author: Phạm Bình An Date: Tue Mar 18 21:05:35 2025 +0100 runtime(go): use :term for keywordprg for nvim/gvim Problem: - The document from `g

Re: Commit: patch 9.1.1222: using wrong length for last inserted string

2025-03-18 Fir de Conversatie Christ van Willegen
Hi, I would argue that: - if (insert->length > 0) - { - // remove trailing ESC - --insert->length; - if (s[insert->length] == ESC) - s[insert->length] = NUL; - } + if (insert.length > 0 && s[insert.length - 1] == ESC) // remove trailing ESC + s[insert.length - 1] = NUL; return s; still does

Commit: patch 9.1.1223: wrong translation used for encoding failures

2025-03-18 Fir de Conversatie Christian Brabandt
patch 9.1.1223: wrong translation used for encoding failures Commit: https://github.com/vim/vim/commit/d5afc744033dbdb1340705808782dc97596b336d Author: Christian Brabandt Date: Tue Mar 18 20:55:42 2025 +0100 patch 9.1.1223: wrong translation used for encoding failures Problem: w

Commit: patch 9.1.1221: Wrong cursor pos when leaving Insert mode just after 'autoindent'

2025-03-18 Fir de Conversatie Christian Brabandt
patch 9.1.1221: Wrong cursor pos when leaving Insert mode just after 'autoindent' Commit: https://github.com/vim/vim/commit/a3a7d10bfb9547991e04bcf12d1391deb8060754 Author: zeertzjq Date: Tue Mar 18 20:41:24 2025 +0100 patch 9.1.1221: Wrong cursor pos when leaving Insert mode just after

Commit: patch 9.1.1220: filetype: uv.lock file not recognized

2025-03-18 Fir de Conversatie Christian Brabandt
patch 9.1.1220: filetype: uv.lock file not recognized Commit: https://github.com/vim/vim/commit/18a6853a7627de231f0128237665112a0c8aaaf0 Author: Acaibird Date: Tue Mar 18 20:35:29 2025 +0100 patch 9.1.1220: filetype: uv.lock file not recognized Problem: filetype: uv.lock file no