mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
patch 8.2.3977: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -732,7 +732,7 @@ show_one_mark(
|
||||
if (arg == NULL)
|
||||
msg(_("No marks set"));
|
||||
else
|
||||
semsg(_("E283: No marks matching \"%s\""), arg);
|
||||
semsg(_(e_no_marks_matching_str), arg);
|
||||
}
|
||||
}
|
||||
// don't output anything if 'q' typed at --more-- prompt
|
||||
|
Reference in New Issue
Block a user