Skip to content

Commit f4aba79

Browse files
committed
patch 8.0.1462: missing yet another file in patch
Problem: Missing yet another file in patch. Solution: Add changes to missing file.
1 parent 1583323 commit f4aba79

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/gui.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5528,7 +5528,7 @@ gui_handle_drop(
55285528
if (mch_chdir((char *)p) == 0)
55295529
shorten_fnames(TRUE);
55305530
}
5531-
else if (vim_chdirfile(p) == OK)
5531+
else if (vim_chdirfile(p, "drop") == OK)
55325532
shorten_fnames(TRUE);
55335533
vim_free(p);
55345534
}

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,8 @@ static char *(features[]) =
771771

772772
static int included_patches[] =
773773
{ /* Add new patch number below this line */
774+
/**/
775+
1462,
774776
/**/
775777
1461,
776778
/**/

0 commit comments

Comments
 (0)