commit | c166927a32fe5c054ad35deecff00aa12c629cf7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 19 14:23:53 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 19 14:23:53 2018 +0200 |
tree | 30e4773ac192881b9e7b927460c06c2976f4195f | |
parent | 5c3670718bebacb3a9a54522cab2924a6bfbc3d4 [diff] [blame] |
patch 8.1.0078: "..." used inconsistently in messages Problem: "..." used inconsistently in messages. Solution: Drop the space before " ...".
diff --git a/src/regexp_nfa.c b/src/regexp_nfa.c index 90fff64..fe0df35 100644 --- a/src/regexp_nfa.c +++ b/src/regexp_nfa.c
@@ -5270,7 +5270,7 @@ } 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