aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/quickref.txt
diff options
context:
space:
mode:
authorMichael Reed <Pyrohh@users.noreply.github.com>2016-01-14 15:37:15 -0500
committerMichael Reed <Pyrohh@users.noreply.github.com>2016-01-14 15:37:15 -0500
commit68550b0d639c959bf381c92641d87383ab72610f (patch)
tree035b5aa46de6e26472dc856efa262bbbd37f87e1 /runtime/doc/quickref.txt
parentbf7bc4dcf0023eb493c0b1d7860e72f3dcd04d78 (diff)
parent7a7a75878642ed94faac3bb4f5a13c37edfb186b (diff)
downloadrneovim-68550b0d639c959bf381c92641d87383ab72610f.tar.gz
rneovim-68550b0d639c959bf381c92641d87383ab72610f.tar.bz2
rneovim-68550b0d639c959bf381c92641d87383ab72610f.zip
Merge pull request #3990 from sethjackson/remove-gtk-docs
[RFC] Remove references to GTK GUI support + some no-ops
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r--runtime/doc/quickref.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt
index 1346a83fdd..e8592d5a26 100644
--- a/runtime/doc/quickref.txt
+++ b/runtime/doc/quickref.txt
@@ -730,13 +730,10 @@ Short explanation of each option: *option-list*
'icon' let Vim set the text of the window icon
'iconstring' string to use for the Vim icon text
'ignorecase' 'ic' ignore case in search patterns
-'imactivatekey' 'imak' key that activates the X input method
-'imactivatefunc' 'imaf' function to enable/disable the X input method
'imcmdline' 'imc' use IM when starting to edit a command line
'imdisable' 'imd' do not use the IM in any mode
'iminsert' 'imi' use :lmap or IM in Insert mode
'imsearch' 'ims' use :lmap or IM when typing a search pattern
-'imstatusfunc' 'imsf' function to obtain X input method status
'include' 'inc' pattern to be used to find an include file
'includeexpr' 'inex' expression used to process an include line
'incsearch' 'is' highlight match while typing search pattern