mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-07 15:37:14 +02:00
Merge pull request #926 from wilhelmtell/typo_in_handleNewFileHere
fix typo in handleNewFileHere
This commit is contained in:
@@ -3138,7 +3138,7 @@ extern GuiFont gui_mch_retain_font(GuiFont font);
|
||||
char_u tcdCmd[] = "tcd";
|
||||
ea.arg = path_vim;
|
||||
ea.cmdidx = CMD_tcd;
|
||||
ea.cmd = tabnewCmd;
|
||||
ea.cmd = tcdCmd;
|
||||
ex_cd(&ea);
|
||||
|
||||
vim_free(path_vim);
|
||||
|
||||
Reference in New Issue
Block a user