mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 06:48:17 +00:00
Fix terminal close error message formatting
This commit is contained in:
@@ -1238,7 +1238,7 @@ do_buffer(
|
||||
return FAIL;
|
||||
}
|
||||
} else {
|
||||
EMSG2(_("E89: %s will be killed(add ! to override)"),
|
||||
EMSG2(_("E89: %s will be killed (add ! to override)"),
|
||||
(char *)buf->b_fname);
|
||||
return FAIL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user