Mercurial > vim
view src/proto/session.pro @ 34347:3cbe1e26d561 v9.1.0106
patch 9.1.0106: Visual highlight hard to read with 'termguicolors'
Commit: https://github.com/vim/vim/commit/34e4a05d02a016fe230495be8f6c60ddd56f9567
Author: Maxim Kim <habamax@gmail.com>
Date: Wed Feb 14 20:28:17 2024 +0100
patch 9.1.0106: Visual highlight hard to read with 'termguicolors'
Problem: Visual highlight hard to read with 'termguicolors'
(Maxim Kim)
Solution: Set Visual GUI foreground to black (with background=light)
and lightgrey (with background=dark)
(Maxim Kim)
fixes: #14024
closes: #14025
Signed-off-by: Maxim Kim <habamax@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Wed, 14 Feb 2024 20:45:04 +0100 |
parents | e00d12c085a5 |
children |
line wrap: on
line source
/* session.c */ void ex_loadview(exarg_T *eap); int write_session_file(char_u *filename); void ex_mkrc(exarg_T *eap); var_flavour_T var_flavour(char_u *varname); int put_eol(FILE *fd); int put_line(FILE *fd, char *s); /* vim: set ft=c : */