]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0147: blob: concatenation can be improved v9.2.0147
authorYasuhiro Matsumoto <mattn.jp@gmail.com>
Thu, 12 Mar 2026 19:35:42 +0000 (19:35 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 12 Mar 2026 19:35:42 +0000 (19:35 +0000)
commit67deae3b7796341ec2ab42faf492f13daea41007
tree2aeafaa4d022a6310d2528e9e7c016c89d15398d
parent97a75d835b5b8321b1055852b4870496bf6eba60
patch 9.2.0147: blob: concatenation can be improved

Problem:  blob: concatenation can be improved
Solution: Use ga_grow() to allocate space once and mch_memmove() to copy
          the blob data as a single block and fall back to the previous
          byte by byte append (Yasuhiro Matsumoto).

closes: #19645

Signed-off-by: Yasuhiro Matsumoto <mattn.jp@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/eval.c
src/version.c