Problem: Vim9: import test fails.
Solution: Rename directory back to "import", use "p" to avoid an error when
the directory already exists.
'g:imported_rtp = exported',
]
writefile(import_lines, 'Ximport_rtp.vim')
- mkdir('Ximport')
- writefile(s:export_script_lines, 'Ximport/Xexport_rtp.vim')
+ mkdir('import', 'p')
+ writefile(s:export_script_lines, 'import/Xexport_rtp.vim')
var save_rtp = &rtp
&rtp = getcwd()
Undo_export_script_lines()
unlet g:imported_rtp
delete('Ximport_rtp.vim')
- delete('Ximport', 'rf')
+ delete('import', 'rf')
enddef
def Test_import_compile_error()
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 3130,
/**/
3129,
/**/