mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 22:08:18 +00:00
options: allow different highlights in windows
This commit is contained in:
@@ -2701,6 +2701,14 @@ return {
|
||||
varname='p_wak',
|
||||
defaults={if_true={vi="menu"}}
|
||||
},
|
||||
{
|
||||
full_name='winhighlight', abbreviation='winhl',
|
||||
type='string', scope={'window'},
|
||||
vi_def=true,
|
||||
alloced=true,
|
||||
redraw={'current_window'},
|
||||
defaults={if_true={vi=""}}
|
||||
},
|
||||
{
|
||||
full_name='window', abbreviation='wi',
|
||||
type='number', scope={'global'},
|
||||
|
Reference in New Issue
Block a user