fix typo in handleNewFileHere

This commit is contained in:
Matan Nassau
2019-07-28 12:31:14 -04:00
parent f8bd61bd41
commit e268fb4ed1
+1 -1
View File
@@ -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);