1
0
forked from aniani/vim

patch 8.0.0697: recorded key sequences may become invalid

Problem:    Recorded key sequences may become invalid.
Solution:   Add back KE_SNIFF removed in 7.4.1433. Use fixed numbers for the
            key_extra enum.
This commit is contained in:
Bram Moolenaar
2017-07-07 13:32:14 +02:00
parent cce1cf12eb
commit 8858498516
2 changed files with 101 additions and 96 deletions

View File

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