]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0313: Callback channel not registered in GUI v9.2.0313
authorFoxe Chen <chen.foxe@gmail.com>
Mon, 6 Apr 2026 13:35:27 +0000 (13:35 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 6 Apr 2026 13:35:27 +0000 (13:35 +0000)
commitaef812446bfe6a84c3d74883d43c1afa8c19df85
tree92e750ff6c7b6141cdc8c808c5b28bfc38ecf231
parenta5b6c2d6e928b1f7a1c3e20baef717d31c2e8d6a
patch 9.2.0313: Callback channel not registered in GUI

Problem:  Callback channel not registered in GUI
Solution: Call channel_gui_register_one() in GUI mode
          (Foxe Chen).

closes: #19858

Signed-off-by: Foxe Chen <chen.foxe@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/channel.c
src/testdir/test_channel.vim
src/version.c