]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0715: Not correctly parsing color names (after v9.1.0709) v9.1.0715
authorChristian Brabandt <cb@256bit.org>
Wed, 4 Sep 2024 20:10:34 +0000 (22:10 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 4 Sep 2024 20:10:34 +0000 (22:10 +0200)
commitfa16e4351afd8f639428b09aa6a04c213683e9c2
treec7facd3f8f62a1187ec97f0b753bbdec65cf6dd4
parenteccc92792ae45fd706b7d8958fd6c23e0e194161
patch 9.1.0715: Not correctly parsing color names (after v9.1.0709)

Problem:  Not correctly parsing color names (chdiza, after v9.1.0709)
Solution: Revert part of the patch that compares the color names and
          fall-back to the macro STRICMP

fixes: #15617
closes: #15619

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/highlight.c
src/misc2.c
src/proto/misc2.pro
src/version.c