aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2019-02-07 17:52:58 +0100
committerGitHub <noreply@github.com>2019-02-07 17:52:58 +0100
commitfa2580f953204e919a13388ce5af2edf3afd0594 (patch)
tree4ebb1634d1d0e16ae3d16d56c22e63602ef0efe4 /src/nvim/options.lua
parented0e96cd28f870c4a580c9e8ab74340fecc90fcb (diff)
parent37f8df882463431888dbaf205ce3ea6488cf4702 (diff)
downloadrneovim-fa2580f953204e919a13388ce5af2edf3afd0594.tar.gz
rneovim-fa2580f953204e919a13388ce5af2edf3afd0594.tar.bz2
rneovim-fa2580f953204e919a13388ce5af2edf3afd0594.zip
Merge pull request #9571 from bfredl/pum_transparent
UI: implement 'pumblend' option for semi-transparent popupmenu
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r--src/nvim/options.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index 127c15dd5a..b8f128103c 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -1806,6 +1806,14 @@ return {
defaults={if_true={vi=0}}
},
{
+ full_name='pumblend', abbreviation='pb',
+ type='number', scope={'global'},
+ vi_def=true,
+ redraw={'ui_option'},
+ varname='p_pb',
+ defaults={if_true={vi=0}}
+ },
+ {
full_name='pyxversion', abbreviation='pyx',
type='number', scope={'global'},
secure=true,