commit | c1cf4c91072f91b6b8dd636627a4ddf6f4b21f16 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 25 15:09:35 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 25 15:09:35 2022 +0000 |
tree | 7ad101eee74d7a37d58407e1ea0800088ddf4d14 | |
parent | cc762a48d42b579fb7bdec2c614636b830342dd5 [diff] [blame] |
patch 9.0.0948: 'ttyfast' is set for arbitrary terminals Problem: 'ttyfast' is set for arbitrary terminals. Solution: Always set 'ttyfast'. (closes #11549)
diff --git a/src/version.c b/src/version.c index 5686005..8427210 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 948, +/**/ 947, /**/ 946,