diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-02-12 10:11:30 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-02-12 10:11:30 +0100 |
commit | e50d0b6fc19fe7555651166b73aff9c3703ef11a (patch) | |
tree | 84424f03bc722d2ce3b695132dc5a4b8a1d3b02d /runtime | |
parent | c5173230f065d68fe261443a420fc87bd633c8e8 (diff) | |
download | rneovim-e50d0b6fc19fe7555651166b73aff9c3703ef11a.tar.gz rneovim-e50d0b6fc19fe7555651166b73aff9c3703ef11a.tar.bz2 rneovim-e50d0b6fc19fe7555651166b73aff9c3703ef11a.zip |
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'.
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/ui.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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|) |