diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-04-26 12:51:07 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-04-26 12:51:07 +0100 |
commit | 17c95d9608370559441bb73941ba6d9a4b6b26bd (patch) | |
tree | 35b1f01870169d44d32a5f5d4eb04264fc6ca664 /src/version.c | |
parent | abeb09b2c53054513812d1e56716e2a5abe8f354 (diff) | |
download | vim-git-8.2.4829.tar.gz |
patch 8.2.4829: a key may be simplified to NULv8.2.4829
Problem: A key may be simplified to NUL.
Solution: Use K_ZERO instead. Use macros instead of hard coded values.
(closes #10290)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 945b6a18a..54f350bf8 100644 --- a/src/version.c +++ b/src/version.c @@ -747,6 +747,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4829, +/**/ 4828, /**/ 4827, |