patch 8.2.4640: some boolean options use "long" instead of "int" v8.2.4640
authorJames McCoy <jamessan@jamessan.com>
Mon, 28 Mar 2022 10:55:12 +0000 (11:55 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 28 Mar 2022 10:55:12 +0000 (11:55 +0100)
commit8be423b7ac3b5742deb20a7eba8f5c9680c04500
tree84e9685f6ab60b202f334b2e566f4dbcf9b74a99
parent9dac9b1751dd43c02470cc6a2aecaeea27abcc80
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)
src/option.h
src/version.c