diff --git a/src/nnn.c b/src/nnn.c index a8e9a9fd..365668ef 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -2088,7 +2088,7 @@ static bool cpmvrm_selection(enum action sel, char *path) { int r; - if (isselfileempty()) { + if (!selbufpos && isselfileempty()) { printmsg(messages[MSG_0_SELECTED]); return FALSE; }