From d51a27b7e58c9cdbc1bf10958254fe666603f3f2 Mon Sep 17 00:00:00 2001 From: Seth Jackson Date: Wed, 6 Jan 2016 18:27:37 -0500 Subject: 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' --- src/nvim/options.lua | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src') diff --git a/src/nvim/options.lua b/src/nvim/options.lua index 945626ff79..cdac6ffd5c 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -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'}, -- cgit