]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0751: Error callback for term_start() not used v9.1.0751
authorChristian Brabandt <cb@256bit.org>
Mon, 30 Sep 2024 19:29:43 +0000 (21:29 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 30 Sep 2024 19:29:43 +0000 (21:29 +0200)
commitb50bc9ad55ecda07d5909e7057a6e777cd7e9b97
tree44af8535399c389c777e76d34e957b72c947e590
parent563e8ec8c78b4141a6497f14e825be2d63cb891c
patch 9.1.0751: Error callback for term_start() not used

Problem:  Error callback for term_start() not used
          (darkseid-is)
Solution: attach pipe to stderr if an error callback exists

fixes: #15665
closes: #15729

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/os_unix.c
src/testdir/test_channel.vim
src/version.c