Problem: MS-Windows: test_iminsert fails without IME support.
Solution: Skip the test when imgetstatus() doesn't work.
source view_util.vim
+source check.vim
let s:imactivatefunc_called = 0
let s:imstatusfunc_called = 0
call assert_equal(expected, s:imstatusfunc_called)
endfunc
-func Test_imgetstatus()
+func Test_getimstatus()
+ if has('win32')
+ CheckFeature multi_byte_ime
+ elseif !has('gui_mac')
+ CheckFeature xim
+ endif
if has('gui_running')
if !has('win32')
throw 'Skipped: running in the GUI, only works on MS-Windows'
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2410,
/**/
2409,
/**/