commit | 184a622adaa4c3d413ee0d38da063474b67ccfe3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 01 19:25:04 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 01 19:25:04 2022 +0000 |
tree | 29252a127977b68d9057a15ef9f1f4591625daf7 | |
parent | 45e4eead2aaf9d883bcf19db779be47ffb4fa44a [diff] [blame] |
patch 9.0.0983: stray characters displayed when starting the GUI Problem: Stray characters displayed when starting the GUI. Solution: Add t_RK to the list of terminal options.
diff --git a/src/version.c b/src/version.c index 5a13127..e78e71f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 983, +/**/ 982, /**/ 981,