aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r--src/nvim/options.lua7
1 files changed, 0 insertions, 7 deletions
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
@@ -1856,13 +1856,6 @@ return {
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'},
vi_def=true,