Improve terminal close error message formatting (#11434)

This commit is contained in:
Ashkan Kiani
2019-11-24 20:18:40 -08:00
committed by GitHub
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;
}