commit | 1d97db3d987c05af88c30ad20f537bcf3024f9c1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 04 22:15:54 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 04 22:15:54 2022 +0100 |
tree | 2835145bad19eeca6d90bd3360b12f8ffd2f9d4b | |
parent | 327e6dd82235d70f6d5aa33ac8281e7fd79b7381 [diff] [blame] |
patch 8.2.5056: the channel log only contains some of the raw terminal output Problem: The channel log only contains some of the raw terminal output. Solution: Add the "o" flag to log all terminal output. Use it for "--log".
diff --git a/src/version.c b/src/version.c index 5e666ed..8e048b1 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5056, +/**/ 5055, /**/ 5054,