1
0
forked from aniani/vim

patch 8.2.3731: "set! termcap" shows codes in one column, but not keys

Problem:    "set! termcap" shows codes in one column, but not keys.
Solution:   Also use one column for keys. (closes #9258)
This commit is contained in:
Bram Moolenaar
2021-12-03 20:43:24 +00:00
parent 800b01b0c8
commit 15a24f0898
5 changed files with 48 additions and 12 deletions

View File

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