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

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui