We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1583323 commit f4aba79Copy full SHA for f4aba79
2 files changed
src/gui.c
@@ -5528,7 +5528,7 @@ gui_handle_drop(
5528
if (mch_chdir((char *)p) == 0)
5529
shorten_fnames(TRUE);
5530
}
5531
- else if (vim_chdirfile(p) == OK)
+ else if (vim_chdirfile(p, "drop") == OK)
5532
5533
vim_free(p);
5534
src/version.c
@@ -771,6 +771,8 @@ static char *(features[]) =
771
772
static int included_patches[] =
773
{ /* Add new patch number below this line */
774
+/**/
775
+ 1462,
776
/**/
777
1461,
778
0 commit comments