Problem: Some test files may not be deleted.
Solution: Add a delete() call, correct name. (Dominique Pellé, closes #7654)
call writefile(['one', 'two'], 'Xclientfile')
call system(cmd)
call WaitForAssert({-> assert_equal('two', remote_expr(name, "getline(2)", "", 2))})
+ call delete('Xclientfile')
" Expression evaluated locally.
if v:servername == ''
assert_equal(3, g:loadCount)
assert_equal(['init', 'yes', 'again', 'once', 'thexport'], g:Values())
- delete('Xreloaded')
+ delete('XReloaded')
delete('XExportReload')
delfunc g:Values
unlet g:loadCount
invalid
endfu
try
- invalid
+ alsoinvalid
catch /wontmatch/
endtry
END
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2328,
/**/
2327,
/**/