]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2638: cannot write a message to the terminal from the GUI v8.2.2638
authorBram Moolenaar <Bram@vim.org>
Mon, 22 Mar 2021 15:19:45 +0000 (16:19 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 22 Mar 2021 15:19:45 +0000 (16:19 +0100)
commit4c86830fc578bcb47a51cf0983da5388cdbfe6cc
tree8c2b04a8cfaf7e00f8a20e38a5e5d09a5043b951
parent09f8b3a02200a1900a8bb41d7436f9d17ebd2d1b
patch 8.2.2638: cannot write a message to the terminal from the GUI

Problem:    Cannot write a message to the terminal from the GUI.
Solution:   Add :echoconsole and use it in the test runner. (issue #7975)
runtime/doc/eval.txt
src/eval.c
src/ex_cmdidxs.h
src/ex_cmds.h
src/proto/ui.pro
src/term.c
src/testdir/runtest.vim
src/ui.c
src/version.c