summaryrefslogtreecommitdiffstats
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-11-26 14:56:16 +0100
committerBram Moolenaar <Bram@vim.org>2017-11-26 14:56:16 +0100
commit2877d334ad1321d1fcd5f903c0493bd0cdd787f8 (patch)
tree98bd020ee3e24bba3a9aa0e343404589429678a0 /runtime/doc/options.txt
parentd7ccc4d81dbcfa3ac0352bacea6e294fc9e33fda (diff)
patch 8.0.1344: using 'imactivatefunc' in the GUI does not workv8.0.1344
Problem: Using 'imactivatefunc' in the GUI does not work. Solution: Do not use 'imactivatefunc' and 'imstatusfunc' in the GUI.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index f844213630..c4ceb5f39c 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -4258,8 +4258,8 @@ A jump table for the options with a short description can be found at |Q_op|.
{not in Vi}
{only available when compiled with |+mbyte|}
This option specifies a function that will be called to
- activate/inactivate Input Method.
- Does not work in the MS-Windows GUI version.
+ activate or deactivate the Input Method.
+ It is not used in the GUI.
Example: >
function ImActivateFunc(active)
@@ -4375,7 +4375,7 @@ A jump table for the options with a short description can be found at |Q_op|.
{only available when compiled with |+mbyte|}
This option specifies a function that is called to obtain the status
of Input Method. It must return a positive number when IME is active.
- Does not work in the MS-Windows GUI version.
+ It is not used in the GUI.
Example: >
function ImStatusFunc()