Problem: 'imactivatefunc' test fails on MS-Windows.
Solution: Skip the text.
{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)
{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()
endfunc
func Test_iminsert2()
+ if has('gui_win32')
+ return
+ endif
set imactivatefunc=IM_activatefunc
set imstatusfunc=IM_statusfunc
set iminsert=2
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1341,
/**/
1340,
/**/