On Wed, Jun 20, 2018 at 5:59 AM, Ken Takata <[email protected]> wrote: > Hi Bram, > > 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 > > > Regards, > Ken Takata
HM, IIUC this implies a reissue of all .po files, which have just been updated, because one more "from-string" has changed? Best regards, Tony. -- -- 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.
