comparison 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
comparison
equal deleted inserted replaced
14120:165d4d07e1e5 14121:97814084264b
5268 fprintf(log_fd, "MATCH = %s\n", result == TRUE ? "OK" : "FALSE"); 5268 fprintf(log_fd, "MATCH = %s\n", result == TRUE ? "OK" : "FALSE");
5269 fprintf(log_fd, "****************************\n"); 5269 fprintf(log_fd, "****************************\n");
5270 } 5270 }
5271 else 5271 else
5272 { 5272 {
5273 EMSG(_("Could not open temporary log file for writing, displaying on stderr ... ")); 5273 EMSG(_("Could not open temporary log file for writing, displaying on stderr... "));
5274 log_fd = stderr; 5274 log_fd = stderr;
5275 } 5275 }
5276 #endif 5276 #endif
5277 5277
5278 return result; 5278 return result;