]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1001: ComplMatchIns highlight hard to read on light background v9.1.1001
authorglepnir <glephunter@gmail.com>
Fri, 10 Jan 2025 19:08:20 +0000 (20:08 +0100)
committerChristian Brabandt <cb@256bit.org>
Fri, 10 Jan 2025 19:08:20 +0000 (20:08 +0100)
commitad409876d9cf7e565f99c5e21b9e2e400a83a4d4
tree8199886eef5f2e0eae82b6640095ef612b60b8cc
parent695522dea3703cf1b4cd4a894ca9a745a0d2756f
patch 9.1.1001: ComplMatchIns highlight hard to read on light background

Problem:  ComplMatchIns highlight hard to read on light background
          (after v9.1.0996)
Solution: define the highlighting group cleared, it should be configured in
          colorschemes separately (glepnir)

closes: #16414

Signed-off-by: glepnir <glephunter@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/options.txt
src/highlight.c
src/optiondefs.h
src/version.c