aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-02-03 09:04:47 -0500
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-02-03 09:52:13 -0500
commit5a40abe2d599b67af3afa319cf89932824438a6f (patch)
tree40c4d190b93958fe47b478ff09817a7b46c254a3 /runtime
parent45fadf732327c9bffc7cfec98f4ac80892c1a921 (diff)
downloadrneovim-5a40abe2d599b67af3afa319cf89932824438a6f.tar.gz
rneovim-5a40abe2d599b67af3afa319cf89932824438a6f.tar.bz2
rneovim-5a40abe2d599b67af3afa319cf89932824438a6f.zip
vim-patch:8.0.1114: default for 'iminsert' is annoying
Problem: Default for 'iminsert' is annoying. Solution: Make the default always zero. (Yasuhiro Matsumoto, closes vim/vim#2071) https://github.com/vim/vim/commit/4cf56bbc85f77846aeb378cfb071677336dfad6d
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index bf75bebb80..b6ea63449d 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -3134,7 +3134,7 @@ A jump table for the options with a short description can be found at |Q_op|.
may change in later releases.
*'iminsert'* *'imi'*
-'iminsert' 'imi' number (default 0, 2 when an input method is supported)
+'iminsert' 'imi' number (default 0)
local to buffer
Specifies whether :lmap or an Input Method (IM) is to be used in
Insert mode. Valid values:
@@ -3154,7 +3154,7 @@ A jump table for the options with a short description can be found at |Q_op|.
It is also used for the argument of commands like "r" and "f".
*'imsearch'* *'ims'*
-'imsearch' 'ims' number (default 0, 2 when an input method is supported)
+'imsearch' 'ims' number (default -1)
local to buffer
Specifies whether :lmap or an Input Method (IM) is to be used when
entering a search pattern. Valid values: