mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
Better msg if nothing in selection
This commit is contained in:
parent
5cec8d9038
commit
419f365e88
1 changed files with 1 additions and 1 deletions
|
@ -3109,7 +3109,7 @@ nochange:
|
|||
if (copybufpos)
|
||||
showcplist();
|
||||
else
|
||||
printmsg("selection off");
|
||||
printmsg("none selected");
|
||||
goto nochange;
|
||||
case SEL_CP:
|
||||
case SEL_MV:
|
||||
|
|
Loading…
Add table
Reference in a new issue