aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-02-12 20:22:28 +0100
committerGitHub <noreply@github.com>2019-02-12 20:22:28 +0100
commit73dffc5053c06a81373c1f0f9344bfd76352b345 (patch)
tree84424f03bc722d2ce3b695132dc5a4b8a1d3b02d /runtime/doc
parent9b4383261a3de874969b7df89d32eaeb92ab8abf (diff)
parente50d0b6fc19fe7555651166b73aff9c3703ef11a (diff)
downloadrneovim-73dffc5053c06a81373c1f0f9344bfd76352b345.tar.gz
rneovim-73dffc5053c06a81373c1f0f9344bfd76352b345.tar.bz2
rneovim-73dffc5053c06a81373c1f0f9344bfd76352b345.zip
Merge #9589 from justinmk/cterm-pumblend
UI: 'pumblend' for cterm (256-color TUI)
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/options.txt9
-rw-r--r--runtime/doc/ui.txt1
-rw-r--r--runtime/doc/vim_diff.txt2
3 files changed, 6 insertions, 6 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index f07de55524..4177268780 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -4489,12 +4489,11 @@ A jump table for the options with a short description can be found at |Q_op|.
*'pumblend'* *'pb'*
'pumblend' 'pb' number (default 0)
global
- Enables semi-transparency for the completion popupmenu. Valid values
- are in the range from 0 for fully opaque popupmenu (disabled) to 100
- for fully transparent background. Lower values 0-30 are typically most
- useful.
+ Enables pseudo-transparency for the |popup-menu|. Valid values are in
+ the range of 0 for fully opaque popupmenu (disabled) to 100 for fully
+ transparent background. Values between 0-30 are typically most useful.
- UI-dependent. Supported by TUI with 'termguicolors' enabled.
+ UI-dependent. Works best with RGB colors. 'termguicolors'
*'pyxversion'* *'pyx'*
'pyxversion' 'pyx' number (default depends on the build)
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|)
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index ae0bd2fdb2..25517e506b 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -189,7 +189,7 @@ Options:
for |hl-EndOfBuffer| marker
'inccommand' shows interactive results for |:substitute|-like commands
'listchars' local to window
- 'pumblend' semi-transparent popupmenu
+ 'pumblend' pseudo-transparent popupmenu
'scrollback'
'statusline' supports unlimited alignment sections
'tabline' %@Func@foo%X can call any function on mouse-click