Problem: MS-Windows unintall doesn't delete vimtutur.bat.
Solution: Change directory before deletion. (Ken Takata, closes #5603)
int i;
int found = 0;
+ // avoid looking in the "installdir" by chdir to system root
+ mch_chdir(sysdrive);
+ mch_chdir("\\");
+
for (i = 1; i < TARGET_COUNT; ++i)
{
batfile_path = searchpath_save(targets[i].batname);
free(batfile_path);
}
}
+
+ mch_chdir(installdir);
return found;
}
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 236,
/**/
235,
/**/