Problem: Temp files remain after running tests.
Solution: Delete the right files. (Dominique Pellé, closes #8509)
call RunDbgCmd(buf, 'cont')
call StopVimInTerminal(buf)
- call delete('Xtest1.vim')
- call delete('Xtest2.vim')
+ call delete('XtestDebug.vim')
endfunc
func Test_debug_def_function()
let caught_932 = 1
endtry
call assert_equal(1, caught_932)
+ call delete('Xscript')
endfunc
" vim: shiftwidth=2 sts=2 expandtab
" clean up
call term_sendkeys(buf, "\<Esc>")
call StopVimInTerminal(buf)
- call delete('XTest_beval')
+ call delete('XTest_block')
endfunc
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 3096,
/**/
3095,
/**/