summaryrefslogtreecommitdiff
path: root/runtime/optwin.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-06-29 23:05:20 +0200
committerBram Moolenaar <Bram@vim.org>2013-06-29 23:05:20 +0200
commit14b6945e27ca175a42550a6a887874303313c19e (patch)
tree5f1d7c2d0c312149824e980142ebe698ffaee166 /runtime/optwin.vim
parent10315b1201716a10d39477fc09e3eb89e944191f (diff)
downloadvim-git-14b6945e27ca175a42550a6a887874303313c19e.tar.gz
Updated runtime files.
Diffstat (limited to 'runtime/optwin.vim')
-rw-r--r--runtime/optwin.vim6
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/optwin.vim b/runtime/optwin.vim
index 24ed92d0f..df3688381 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: 2013 May 20
+" Last Change: 2013 Jun 29
" If there already is an option window, jump to that one.
if bufwinnr("option-window") > 0
@@ -1198,6 +1198,10 @@ call <SID>OptionL("ims")
if has("xim")
call append("$", "imcmdline\twhen set always use IM when starting to edit a command line")
call <SID>BinOptionG("imc", &imc)
+ call append("$", "imstatusfunc\tfunction to obtain IME status")
+ call <SID>OptionG("imsf", &imsf)
+ call append("$", "imactivatefunc\tfunction to enable/disable IME")
+ call <SID>OptionG("imaf", &imaf)
endif