aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/ex_cmds.lua6
-rw-r--r--src/nvim/options.lua21
2 files changed, 0 insertions, 27 deletions
diff --git a/src/nvim/ex_cmds.lua b/src/nvim/ex_cmds.lua
index 702abf3cf0..6c8835b5c5 100644
--- a/src/nvim/ex_cmds.lua
+++ b/src/nvim/ex_cmds.lua
@@ -1025,12 +1025,6 @@ return {
func='ex_helpclose',
},
{
- command='helpfind',
- flags=bit.bor(EXTRA, NOTRLCOM),
- addr_type=ADDR_LINES,
- func='ex_ni',
- },
- {
command='helpgrep',
flags=bit.bor(EXTRA, NOTRLCOM, NEEDARG),
addr_type=ADDR_LINES,
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index cdac6ffd5c..98ac388de7 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -1144,20 +1144,6 @@ return {
defaults={if_true={vi=false}}
},
{
- full_name='imactivatefunc', abbreviation='imaf',
- type='string', scope={'global'},
- secure=true,
- vi_def=true,
- enable_if=false,
- },
- {
- full_name='imactivatekey', abbreviation='imak',
- type='string', scope={'global'},
- vi_def=true,
- enable_if=false,
- defaults={if_true={vi=""}}
- },
- {
full_name='imcmdline', abbreviation='imc',
type='bool', scope={'global'},
vi_def=true,
@@ -1194,13 +1180,6 @@ return {
}
},
{
- full_name='imstatusfunc', abbreviation='imsf',
- type='string', scope={'global'},
- secure=true,
- vi_def=true,
- enable_if=false,
- },
- {
full_name='include', abbreviation='inc',
type='string', scope={'global', 'buffer'},
vi_def=true,