Problem: Profile test fails on MS-Windows.
Solution: Do the profiling in a separate Vim command.
enddef
def Crash()
enddef
- prof start /tmp/profile.log
+ prof start Xprofile_crash.log
prof func Func
Func()
END
+ call writefile(lines, 'Xprofile_crash.vim')
+ call system(GetVimCommandClean() . ' -es -c "so Xprofile_crash.vim" -c q')
+ call assert_equal(0, v:shell_error)
call CheckScriptSuccess(lines)
+ call delete('Xprofile_crash.vim')
+ call delete('Xprofile_crash.log')
endfunc
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2411,
/**/
2410,
/**/