Fix terminal close error message formatting

This commit is contained in:
Chuck
2019-11-21 14:54:54 -08:00
parent cc5487e32f
commit b5f99a8d73
4 changed files with 5 additions and 5 deletions

View File

@@ -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;
}