diff options
author | Seth Jackson <sethjackson@gmail.com> | 2016-01-11 19:58:39 -0500 |
---|---|---|
committer | Seth Jackson <sethjackson@gmail.com> | 2016-01-14 13:16:10 -0500 |
commit | 7a7a75878642ed94faac3bb4f5a13c37edfb186b (patch) | |
tree | 035b5aa46de6e26472dc856efa262bbbd37f87e1 /src | |
parent | bf7bc4dcf0023eb493c0b1d7860e72f3dcd04d78 (diff) | |
download | rneovim-7a7a75878642ed94faac3bb4f5a13c37edfb186b.tar.gz rneovim-7a7a75878642ed94faac3bb4f5a13c37edfb186b.tar.bz2 rneovim-7a7a75878642ed94faac3bb4f5a13c37edfb186b.zip |
doc: Remove references to GTK.
We don't support it.
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/ex_cmds.lua | 6 | ||||
-rw-r--r-- | src/nvim/options.lua | 21 |
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, |