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.
2 parents e44348c + f4aba79 commit 2a1a16bCopy full SHA for 2a1a16b
2 files changed
src/gui.c
@@ -5590,7 +5590,7 @@ gui_handle_drop(
5590
if (mch_chdir((char *)p) == 0)
5591
shorten_fnames(TRUE);
5592
}
5593
- else if (vim_chdirfile(p) == OK)
+ else if (vim_chdirfile(p, "drop") == OK)
5594
5595
vim_free(p);
5596
src/version.c
@@ -786,6 +786,8 @@ static char *(features[]) =
786
787
static int included_patches[] =
788
{ /* Add new patch number below this line */
789
+/**/
790
+ 1462,
791
/**/
792
1461,
793
0 commit comments