Ken Takata wrote:
> 2018/6/19 Tue 21:24:20 UTC+9 Bram Moolenaar wrote:
> > Patch 8.1.0078
> > Problem: "..." used inconsistently in messages.
> > Solution: Drop the space before " ...".
> > Files: src/spellfile.c, src/regexp_nfa.c
>
> One more fix is needed:
>
> --- a/src/regexp_nfa.c
> +++ b/src/regexp_nfa.c
> @@ -5620,7 +5620,7 @@ nfa_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
Thanks. The two messages are actually the same, let's define it once.
--
>From "know your smileys":
|-P Reaction to unusually ugly C code
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.