diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-05-08 15:31:38 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2023-05-08 15:31:38 +0100 |
commit | 8cf51376b842e0060edf08bd2e5bd9933c552ecf (patch) | |
tree | e98edb7a30d0b40eacbd0281313621351ac9d055 /src/version.c | |
parent | 276410e78f0b82e3123059383994d2f4c578dfbd (diff) | |
download | vim-git-8cf51376b842e0060edf08bd2e5bd9933c552ecf.tar.gz |
patch 9.0.1524: passing -1 for bool is not always rejectedv9.0.1524
Problem: Passing -1 for bool is not always rejected.
Solution: Check for error in a better way. (closes #12358)
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 1197ada91..4964179a3 100644 --- a/src/version.c +++ b/src/version.c @@ -696,6 +696,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1524, +/**/ 1523, /**/ 1522, |