Better msg if nothing in selection

This commit is contained in:
Arun Prakash Jana 2018-12-01 06:38:32 +05:30
parent 5cec8d9038
commit 419f365e88
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -3109,7 +3109,7 @@ nochange:
if (copybufpos) if (copybufpos)
showcplist(); showcplist();
else else
printmsg("selection off"); printmsg("none selected");
goto nochange; goto nochange;
case SEL_CP: case SEL_CP:
case SEL_MV: case SEL_MV: