Problem: Iminsert test fails when compiled with VIMDLL.
Solution: Change condition. (Ken Takata, closes #6376)
set imactivatefunc=
set imstatusfunc=
- let expected = has('gui_win32') ? 0 : 1
+ let expected = (has('win32') && has('gui_running')) ? 0 : 1
call assert_equal(expected, s:imactivatefunc_called)
call assert_equal(expected, s:imstatusfunc_called)
endfunc
elseif !has('gui_mac')
CheckFeature xim
endif
- if has('gui_win32')
+ if has('win32') && has('gui_running')
set imactivatefunc=
set imstatusfunc=
else
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1115,
/**/
1114,
/**/