]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.2120: blob2str() does not restore trailing newline v9.1.2120
authorthinca <thinca@gmail.com>
Sat, 31 Jan 2026 09:52:00 +0000 (09:52 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 31 Jan 2026 09:52:00 +0000 (09:52 +0000)
commit611d7e19f7226d0b6b6be90e7623820feb9a0ca0
treefa45da84258fb96732cc81715b746d182a3605a2
parent602e6042a3ee1c1d8caaf62e7d07cf74a504a809
patch 9.1.2120: blob2str() does not restore trailing newline

Problem:  blob2str() does not restore trailing newline
Solution: Append empty string (thinca).

closes: #19288

Signed-off-by: thinca <thinca@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/strings.c
src/testdir/test_functions.vim
src/version.c