commit | 4c86830fc578bcb47a51cf0983da5388cdbfe6cc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 22 16:19:45 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 22 16:19:45 2021 +0100 |
tree | 8c2b04a8cfaf7e00f8a20e38a5e5d09a5043b951 | |
parent | 09f8b3a02200a1900a8bb41d7436f9d17ebd2d1b [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 399539d..40411d8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2638, +/**/ 2637, /**/ 2636,