mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-26 06:39:43 +03:00
feedback: give a clearer message when trying to justify an empty region
Also, increase the level of the message, as trying to justify an empty selection is a user error.
This commit is contained in:
parent
c65fa25ce2
commit
70a765e387
@ -1759,7 +1759,7 @@ void do_justify(bool full_justify)
|
||||
|
||||
/* When the marked region is empty, do nothing. */
|
||||
if (startline == endline && start_x == end_x) {
|
||||
statusline(NOTICE, _("Nothing changed"));
|
||||
statusline(ALERT, _("Selection is empty"));
|
||||
discard_until(openfile->undotop->next);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user