Skip to content

Commit cdcf000

Browse files
committed
Sync vim_chdirfile with vim/master
1 parent 2a1a16b commit cdcf000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MacVim/MMBackend.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2684,7 +2684,7 @@ - (void)handleOpenWithArguments:(NSDictionary *)args
26842684
if (mch_isdir(s)) {
26852685
mch_chdir((char*)s);
26862686
} else {
2687-
vim_chdirfile(s);
2687+
vim_chdirfile(s, "drop");
26882688
}
26892689
vim_free(s);
26902690
}

0 commit comments

Comments
 (0)