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 d12d1d7c2c..e665ffd346 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -542,13 +542,6 @@ return {
defaults={if_true=1}
},
{
- full_name='ctrldisambig', abbreviation='clbg',
- short_desc=N_(""),
- type='bool', scope={'global'},
- varname='p_clbg',
- defaults={if_true=true}
- },
- {
full_name='cursorbind', abbreviation='crb',
short_desc=N_("move cursor in window as it moves in other windows"),
type='bool', scope={'window'},