Problem: Writefile test leaves files behind.
Solution: Fix the file names of files to be deleted. (Dominique Pellé,
closes #11056)
call assert_match('CONVERSION ERROR', output)
let output = execute('write! ++enc=ucs-2 Xwfcfile')
call assert_match('CONVERSION ERROR', output)
- call delete('Xfilz~')
- call delete('Xfily~')
+ call delete('Xwfcfilz~')
+ call delete('Xwfcfily~')
%bw!
call delete('Xwfcfile')
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 381,
/**/
380,
/**/