1
0
forked from aniani/vim

patch 9.0.0948: 'ttyfast' is set for arbitrary terminals

Problem:    'ttyfast' is set for arbitrary terminals.
Solution:   Always set 'ttyfast'. (closes #11549)
This commit is contained in:
Bram Moolenaar
2022-11-25 15:09:35 +00:00
parent cc762a48d4
commit c1cf4c9107
9 changed files with 22 additions and 54 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
948,
/**/
947,
/**/