Remove 'restorescreen' option

The relevant code was never actually in Neovim, most likely due to being
unifdef(1)'d out during the initial import.

see `:h hidden-options'
This commit is contained in:
Seth Jackson
2016-01-06 18:27:37 -05:00
committed by Michael Reed
parent 3b23d733dd
commit d51a27b7e5
7 changed files with 6 additions and 37 deletions

View File

@@ -1855,13 +1855,6 @@ return {
varname='p_report',
defaults={if_true={vi=2}}
},
{
full_name='restorescreen', abbreviation='rs',
type='bool', scope={'global'},
vi_def=true,
enable_if=false,
defaults={if_true={vi=true}}
},
{
full_name='revins', abbreviation='ri',
type='bool', scope={'global'},