]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2067: xxd: coloring was disabled on Cygwin v9.0.2067
authorKen Takata <kentkt@csc.jp>
Wed, 25 Oct 2023 19:17:35 +0000 (21:17 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 25 Oct 2023 19:17:35 +0000 (21:17 +0200)
commitc4a403860353ff35dc47e2a52818e771fa228083
treeb7bc15bd61de6d55e4c68f6f896d1d7459dbe464
parent1c14030aff238abef03bdf87e6b33c7e5d7ffd51
patch 9.0.2067: xxd: coloring was disabled on Cygwin

Problem:  xxd: coloring was disabled on Cygwin
Solution: don't include WIN32

xxd: Fix that color was disabled on Cygwin

"windows.h" was unintentionally included on Cygwin since 9.0.1834.
This accidentally disabled coloring on Cygwin.
Stop including "windows.h" on Cygwin.

closes: #13414

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Ken Takata <kentkt@csc.jp>
src/version.c
src/xxd/xxd.c