0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 8.1.0078: "..." used inconsistently in messages

Problem:    "..." used inconsistently in messages.
Solution:   Drop the space before " ...".
This commit is contained in:
Bram Moolenaar
2018-06-19 14:23:53 +02:00
parent 5c3670718b
commit c166927a32
3 changed files with 8 additions and 6 deletions

View File

@@ -5270,7 +5270,7 @@ recursive_regmatch(
}
else
{
EMSG(_("Could not open temporary log file for writing, displaying on stderr ... "));
EMSG(_("Could not open temporary log file for writing, displaying on stderr... "));
log_fd = stderr;
}
#endif