mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 23:31:51 +00:00
vim-patch:8.1.0779: argument for message functions is inconsistent
Problem: Argument for message functions is inconsistent.
Solution: Make first argument to msg() "char *".
32526b3c18
This commit is contained in:
@@ -684,7 +684,7 @@ void ex_hardcopy(exarg_T *eap)
|
||||
bytes_to_print += STRLEN(skipwhite(ml_get(lnum)));
|
||||
}
|
||||
if (bytes_to_print == 0) {
|
||||
MSG(_("No text to be printed"));
|
||||
msg(_("No text to be printed"));
|
||||
goto print_fail_no_begin;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user