mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-07 15:37:14 +02:00
Sync vim_chdirfile with vim/master
This commit is contained in:
@@ -2684,7 +2684,7 @@ extern GuiFont gui_mch_retain_font(GuiFont font);
|
||||
if (mch_isdir(s)) {
|
||||
mch_chdir((char*)s);
|
||||
} else {
|
||||
vim_chdirfile(s);
|
||||
vim_chdirfile(s, "drop");
|
||||
}
|
||||
vim_free(s);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user