commit | 8858498516108432453526f07783f14c9196e112 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 07 13:32:14 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 07 13:32:14 2017 +0200 |
tree | b81e0c6b1e479088b299570ede5d5aad4c1da798 | |
parent | cce1cf12eb567bcfac161f39d15178f2a4c04e43 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index ebf8b8b..bd09de5 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 697, +/**/ 696, /**/ 695,