commit | 7ca86fe8dc584141d6a73408acf3e90d8c88c7b9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 03 19:25:11 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 03 19:25:11 2020 +0200 |
tree | 5e86be88c9f4ea309e8f0e5017b70ef56672b621 | |
parent | 1f42f5a675fdab9ce5cdafbecea59c45e81f7ff8 [diff] [blame] |
patch 8.2.1582: the channel log does not show typed text Problem: The channel log does not show typed text. Solution: Add raw typed text to the log file.
diff --git a/src/version.c b/src/version.c index 39e81bc..9c5f370 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1582, +/**/ 1581, /**/ 1580,