On 04-Feb-2024 03:44, Christian Brabandt wrote:
On Sa, 03 Feb 2024, John Marriott wrote:
Sorry, I'm not sure what the correct fix is.
I see Yegappan has already a patch for it in #13964. I'll merge it in a
second.
Jost wondering, are you usually building without the diff feature?
Thanks,
runtime(vim): Update syntax file (#13969)
Commit:
https://github.com/vim/vim/commit/7c5aeaffa2bec8f16f36bd33a749a6e965d8ab30
Author: dkearns
Date: Sun Feb 4 04:18:31 2024 +1100
runtime(vim): Update syntax file (https://github.com/vim/vim/issues/13969)
Improve string interpolation
patch 9.1.0075: insert completion not correct when adding new leader
Commit:
https://github.com/vim/vim/commit/cbb46b439888e10f87baaca504eafd191723c44b
Author: glepnir
Date: Sat Feb 3 18:11:13 2024 +0100
patch 9.1.0075: insert completion not correct when adding new leader
Problem
patch 9.1.0074: did_set_breakat() should be in optionstr.c
Commit:
https://github.com/vim/vim/commit/eac3fdcfa0b54281c37ffb66b4d4e8d1072cca1c
Author: zeertzjq
Date: Sat Feb 3 18:08:09 2024 +0100
patch 9.1.0074: did_set_breakat() should be in optionstr.c
Problem: did_set_breakat(
patch 9.1.0073: Looping over modifier_keys_table unnecessarily
Commit:
https://github.com/vim/vim/commit/0c989e4a3ae50085aa8c6bed5d6701760191bc1d
Author: zeertzjq
Date: Sat Feb 3 18:04:05 2024 +0100
patch 9.1.0073: Looping over modifier_keys_table unnecessarily
Problem: Looping
patch 9.1.0072: Not able to build without FEAT_DIFF
Commit:
https://github.com/vim/vim/commit/609370392a7b88dc2db38d01577509575216ff36
Author: Yegappan Lakshmanan
Date: Sat Feb 3 17:41:54 2024 +0100
patch 9.1.0072: Not able to build without FEAT_DIFF
Problem: Not able to build w
On Sa, 03 Feb 2024, John Marriott wrote:
> Sorry, I'm not sure what the correct fix is.
I see Yegappan has already a patch for it in #13964. I'll merge it in a
second.
Jost wondering, are you usually building without the diff feature?
Thanks,
Christian
--
That which is not good for the swar
Hi,
On Fri, Feb 2, 2024 at 10:54 PM rickhowe wrote:
> Hi,
>
> Thank you for providing diff(). I checked how it works while comparing
> with nvim's vim.diff() as follows.
>
Note that nvim's vim.diff() is a lua function whereas the newly introduced
diff() is a
Vim builtin function. Lua uses 1-ba