aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index e49493f..db2d693 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -3040,7 +3040,7 @@ nochange:
printmsg("multi-copy off");
goto nochange;
case SEL_COPYLIST:
- if (cfg.copymode)
+ if (copybufpos)
showcplist();
else
printmsg("multi-copy off");