mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 11:26:37 +00:00
options: remove 'guiheadroom'
This commit is contained in:
@@ -1025,13 +1025,6 @@ return {
|
||||
redraw={'everything'},
|
||||
enable_if=false,
|
||||
},
|
||||
{
|
||||
full_name='guiheadroom', abbreviation='ghr',
|
||||
type='number', scope={'global'},
|
||||
vi_def=true,
|
||||
enable_if=false,
|
||||
defaults={if_true={vi=50}}
|
||||
},
|
||||
{
|
||||
full_name='guioptions', abbreviation='go',
|
||||
type='string', list='flags', scope={'global'},
|
||||
|
Reference in New Issue
Block a user