Merge pull request #926 from wilhelmtell/typo_in_handleNewFileHere

fix typo in handleNewFileHere
This commit is contained in:
Yee Cheng Chin
2019-07-28 19:24:39 -07:00
committed by GitHub
+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);