patch 8.0.1341: 'imactivatefunc' test fails on MS-Windows
Problem: 'imactivatefunc' test fails on MS-Windows. Solution: Skip the text.
This commit is contained in:
@ -4259,6 +4259,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 will be called to
|
||||
activate/inactivate Input Method.
|
||||
Does not work in the MS-Windows GUI version.
|
||||
|
||||
Example: >
|
||||
function ImActivateFunc(active)
|
||||
@ -4374,6 +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.
|
||||
|
||||
Example: >
|
||||
function ImStatusFunc()
|
||||
|
||||
Reference in New Issue
Block a user