From e50d0b6fc19fe7555651166b73aff9c3703ef11a Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Tue, 12 Feb 2019 10:11:30 +0100 Subject: UI: change implementation of hl_rgb2cterm_color() Replace the implementation cargo-culted from Vim's source with something simpler which "seems to look better" with 'pumblend'. --- runtime/doc/ui.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime') diff --git a/runtime/doc/ui.txt b/runtime/doc/ui.txt index 84a24ef2a1..77a829b150 100644 --- a/runtime/doc/ui.txt +++ b/runtime/doc/ui.txt @@ -160,6 +160,7 @@ the editor. 'guifontset' 'guifontwide' 'linespace' + 'pumblend' 'showtabline' 'termguicolors' "ext_*" (all |ui-ext-options|) -- cgit