verb_msg: remove char_u

This commit is contained in:
Justin M. Keyes
2019-04-29 19:18:40 +02:00
parent 3033b5a70a
commit 8cf7daaaa8
3 changed files with 13 additions and 23 deletions

View File

@@ -1132,7 +1132,7 @@ void u_write_undo(const char *const name, const bool forceit, buf_T *const buf,
* existing undo file. */
if (buf->b_u_numhead == 0 && buf->b_u_line_ptr == NULL) {
if (p_verbose > 0)
verb_msg((char_u *)_("Skipping undo file write, nothing to undo"));
verb_msg(_("Skipping undo file write, nothing to undo"));
goto theend;
}