forked from aniani/vim
patch 8.1.0078: "..." used inconsistently in messages
Problem: "..." used inconsistently in messages. Solution: Drop the space before " ...".
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user