Skip to content

Commit e268fb4

Browse files
committed
fix typo in handleNewFileHere
1 parent f8bd61b commit e268fb4

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
@@ -3138,7 +3138,7 @@ - (void)handleNewFileHere:(NSDictionary *)args
31383138
char_u tcdCmd[] = "tcd";
31393139
ea.arg = path_vim;
31403140
ea.cmdidx = CMD_tcd;
3141-
ea.cmd = tabnewCmd;
3141+
ea.cmd = tcdCmd;
31423142
ex_cd(&ea);
31433143

31443144
vim_free(path_vim);

0 commit comments

Comments
 (0)