commit | 8be423b7ac3b5742deb20a7eba8f5c9680c04500 | [log] [tgz] |
---|---|---|
author | James McCoy <jamessan@jamessan.com> | Mon Mar 28 11:55:12 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 28 11:55:12 2022 +0100 |
tree | 84e9685f6ab60b202f334b2e566f4dbcf9b74a99 | |
parent | 9dac9b1751dd43c02470cc6a2aecaeea27abcc80 [diff] [blame] |
patch 8.2.4640: some boolean options use "long" instead of "int" Problem: Some boolean options use "long" instead of "int". Solution: Adjust the type. (James McCoy, closes #10033)
diff --git a/src/version.c b/src/version.c index 680eef1..921e701 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4640, +/**/ 4639, /**/ 4638,