]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1192: Vim crashes with term response debug logging enabled v9.1.1192
authorHirohito Higashi <h.east.727@gmail.com>
Sun, 9 Mar 2025 15:35:14 +0000 (16:35 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 9 Mar 2025 15:35:14 +0000 (16:35 +0100)
commite671b1b6d109762ea441fb102ffb801ee19c439d
tree33c55c853e1e14dc442ae6a89f8173c1c7a3e710
parent3dca512939991004e434b66635b4b7b626a45afe
patch 9.1.1192: Vim crashes with term response debug logging enabled

Problem:  Vim crashes with term response debug logging enabled and
          running in a non-writeable directory
Solution: use ch_log() instead of custom termresponse logging function
          (Hirohito Higashi)

closes: #16840

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/term.c
src/version.c