1
0
forked from aniani/vim

patch 8.0.1344: using 'imactivatefunc' in the GUI does not work

Problem:    Using 'imactivatefunc' in the GUI does not work.
Solution:   Do not use 'imactivatefunc' and 'imstatusfunc' in the GUI.
This commit is contained in:
Bram Moolenaar
2017-11-26 14:56:16 +01:00
parent d7ccc4d81d
commit 2877d334ad
4 changed files with 25 additions and 17 deletions

View File

@@ -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()