Skip to content

Commit fc11e4b

Browse files
authored
Merge pull request #926 from wilhelmtell/typo_in_handleNewFileHere
fix typo in handleNewFileHere
2 parents f8bd61b + e268fb4 commit fc11e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)