]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1793: Link error when build without channel feature v9.1.1793
authorChristian Brabandt <cb@256bit.org>
Fri, 26 Sep 2025 16:18:55 +0000 (16:18 +0000)
committerChristian Brabandt <cb@256bit.org>
Fri, 26 Sep 2025 16:18:55 +0000 (16:18 +0000)
commit1e009b06345f5bcb188fa9409d8a9006a51629cb
tree40153d54994b30f6e3df687bb6f46b40c3fc5956
parent35a89ce9db8748c68ed4584eaa46875a5c1e09ef
patch 9.1.1793: Link error when build without channel feature

Problem:  Link error when build without channel feature
          (lindhobe, after v9.1.1774)
Solution: Remove ifdef FEAT_JOB_CHANNEL around
          check_for_string_or_blob_arg()

fixes: #18396

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/errors.h
src/typval.c
src/version.c