commit | cd7496382efc9e6748326c6cda7f01003fa07063 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Jun 14 13:30:35 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 14 13:30:35 2022 +0100 |
tree | cfb5592b4cb28fb3d302842bb71b6c141ba28f5b | |
parent | 1630bd980a1f7f62adc6f73cb20be66a3c382225 [diff] [blame] |
patch 8.2.5088: value of cmod_verbose is a bit complicated to use Problem: Value of cmod_verbose is a bit complicated to use. Solution: Use zero for not set, value + 1 when set. (closes #10564)
diff --git a/src/version.c b/src/version.c index 47b5382..02600f7 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5088, +/**/ 5087, /**/ 5086,