diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-09-19 22:06:03 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-09-19 22:06:03 +0200 |
commit | 37c64c78fd87e086b5a945ad7032787c274e2dcb (patch) | |
tree | 01639bc116fb3c7300537c097ab007abf1521ff0 /runtime/optwin.vim | |
parent | e22bbf65088a01b465918919782c19eb291f9cf0 (diff) | |
download | vim-git-37c64c78fd87e086b5a945ad7032787c274e2dcb.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/optwin.vim')
-rw-r--r-- | runtime/optwin.vim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/optwin.vim b/runtime/optwin.vim index c7753639c..ac7000630 100644 --- a/runtime/optwin.vim +++ b/runtime/optwin.vim @@ -1,7 +1,7 @@ " These commands create the option window. " " Maintainer: Bram Moolenaar <Bram@vim.org> -" Last Change: 2017 Aug 19 +" Last Change: 2017 Sep 10 " If there already is an option window, jump to that one. let buf = bufnr('option-window') @@ -1225,6 +1225,8 @@ endif call append("$", "iminsert\tin Insert mode: 1: use :lmap; 2: use IM; 0: neither") call append("$", "\t(local to window)") call <SID>OptionL("imi") +call append("$", "imstyle\tinput method style, 0: on-the-spot, 1: over-the-spot") +call <SID>OptionG("imst", &imst) call append("$", "imsearch\tentering a search pattern: 1: use :lmap; 2: use IM; 0: neither") call append("$", "\t(local to window)") call <SID>OptionL("ims") |