Mercurial > vim
view ci/config.mk.sed @ 31119:e2c909e06424 v9.0.0894
patch 9.0.0894: virtual text property highlight ignores window background
Commit: https://github.com/vim/vim/commit/ee28c707e474682151554499874fc7bfb53360cb
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Nov 17 14:56:00 2022 +0000
patch 9.0.0894: virtual text property highlight ignores window background
Problem: Virtual text property highlight ignores window background.
Solution: Combine text prop attribute with win_attr into extra_attr.
(closes #11462)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 17 Nov 2022 16:00:06 +0100 |
parents | fccd67ae58c8 |
children | d83068c95ba0 |
line wrap: on
line source
/^CFLAGS[[:blank:]]*=/s/$/ -Wall -Wextra -Wshadow -Werror/ /^PERL_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=unused-function/ /^RUBY_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=unused-parameter/