Mercurial > vim
comparison src/version.c @ 31776:1e21d10ceb58 v9.0.1220
patch 9.0.1220: termcap/terminfo entries do not indicate possible modifiers
Commit: https://github.com/vim/vim/commit/4aecaa168e90cf28da7a6facea6b11ae250a8a18
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Jan 18 17:20:25 2023 +0000
patch 9.0.1220: termcap/terminfo entries do not indicate possible modifiers
Problem: Termcap/terminfo entries do not indicate where modifiers might
appear.
Solution: Add ";*" for function keys where modifiers are likely to be used.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 18 Jan 2023 18:30:02 +0100 |
parents | a83aea2803bf |
children | 579c846086eb |
comparison
equal
deleted
inserted
replaced
31775:9305dcf37660 | 31776:1e21d10ceb58 |
---|---|
693 NULL | 693 NULL |
694 }; | 694 }; |
695 | 695 |
696 static int included_patches[] = | 696 static int included_patches[] = |
697 { /* Add new patch number below this line */ | 697 { /* Add new patch number below this line */ |
698 /**/ | |
699 1220, | |
698 /**/ | 700 /**/ |
699 1219, | 701 1219, |
700 /**/ | 702 /**/ |
701 1218, | 703 1218, |
702 /**/ | 704 /**/ |