mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
vim-patch:8.2.1281: the "trailing characters" error can be hard to understand
Problem: The "trailing characters" error can be hard to understand.
Solution: Add the trailing characters to the message.
2d06bfde29
This commit is contained in:
@@ -1395,7 +1395,7 @@ static int parse_sign_cmd_args(int cmd, char_u *arg, char_u **sign_name, int *si
|
||||
filename = arg;
|
||||
*buf = buflist_findnr(getdigits_int((char **)&arg, true, 0));
|
||||
if (*skipwhite((char *)arg) != NUL) {
|
||||
emsg(_(e_trailing));
|
||||
semsg(_(e_trailing_arg), arg);
|
||||
}
|
||||
break;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user