]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1584: using ints as boolean type v9.1.1584
authorHirohito Higashi <h.east.727@gmail.com>
Wed, 23 Jul 2025 18:41:11 +0000 (20:41 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 23 Jul 2025 18:41:11 +0000 (20:41 +0200)
commit5608f3dc938c258f7a8b71f52a1e70c24e3906c0
tree388797b817abe3c8c0fd060d2f9190d1d78cd68d
parent2566a9f29096a65a440140798b0d7b1c0373b213
patch 9.1.1584: using ints as boolean type

Problem:  using ints as bool
Solution: Include stdbool.h and start using bool type directly
          (Hirohito Higashi)

This is a test to see if using the boolean types cause any issues.
If this change causes issues on any platform, please reach out.

closes: #17830

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/gui.c
src/gui.h
src/version.c
src/vim.h