diff src/regexp_nfa.c @ 14121:97814084264b v8.1.0078

patch 8.1.0078: "..." used inconsistently in messages commit https://github.com/vim/vim/commit/c166927a32fe5c054ad35deecff00aa12c629cf7 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 19 14:23:53 2018 +0200 patch 8.1.0078: "..." used inconsistently in messages Problem: "..." used inconsistently in messages. Solution: Drop the space before " ...".
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Jun 2018 14:30:07 +0200
parents ac42c4b11dbc
children 1cf832945469
line wrap: on
line diff
--- a/src/regexp_nfa.c
+++ b/src/regexp_nfa.c
@@ -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