Problem: MS-Windows: illegal memory access in installer when using
"create-directories" as the final argument.
Solution: Check the argument count. (Cam Sinclair, closes #9844)
int vimfiles_dir_choice = (int)vimfiles_dir_none;
init_directories_choice();
- if (argv[i + 1][0] != '-')
+ if (i + 1 < argc && argv[i + 1][0] != '-')
{
i++;
if (strcmp(argv[i], "vim") == 0)
bwipe!
filetype off
+ call delete('Xfile.d')
endfunc
func Test_dep3patch_file()
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 4467,
+/**/
+ 4466,
/**/
4465,
/**/