1
0
forked from aniani/vim

patch 9.0.0985: when using kitty keyboard protocol function keys may not work

Problem:    When using kitty keyboard protocol function keys may not work.
            (Kovid Goyal)
Solution:   Recognize CSI ending in [ABCDEFHPQRS] also when the termcap
            entries are not specified. (closes #11648)
This commit is contained in:
Bram Moolenaar
2022-12-02 12:28:47 +00:00
parent 023930d62e
commit 1a173409ae
4 changed files with 252 additions and 71 deletions

View File

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