commit | 17c95d9608370559441bb73941ba6d9a4b6b26bd | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Apr 26 12:51:07 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 26 12:51:07 2022 +0100 |
tree | 35b1f01870169d44d32a5f5d4eb04264fc6ca664 | |
parent | abeb09b2c53054513812d1e56716e2a5abe8f354 [diff] [blame] |
patch 8.2.4829: a key may be simplified to NUL Problem: A key may be simplified to NUL. Solution: Use K_ZERO instead. Use macros instead of hard coded values. (closes #10290)
diff --git a/src/version.c b/src/version.c index 945b6a1..54f350b 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4829, +/**/ 4828, /**/ 4827,