diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-02-03 21:36:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-03 21:36:32 +0100 |
commit | 08155e2b53cdb0e2af72f347d9bb464ea0edab5e (patch) | |
tree | ce210f0330dd00f0f4ff19bcc7e2d7950a006b0f /runtime/doc | |
parent | 01b4efe9d939d9eed93c55829d8c35ec22113328 (diff) | |
parent | 5a40abe2d599b67af3afa319cf89932824438a6f (diff) | |
download | rneovim-08155e2b53cdb0e2af72f347d9bb464ea0edab5e.tar.gz rneovim-08155e2b53cdb0e2af72f347d9bb464ea0edab5e.tar.bz2 rneovim-08155e2b53cdb0e2af72f347d9bb464ea0edab5e.zip |
Merge #9578 'vim-patch:8.0.{1045,1073,1077,1114}'
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/options.txt | 4 |
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: |