src/nnn.c | 3 +++ diff --git a/src/nnn.c b/src/nnn.c index d8a9f8c41ab61fcdd59b82ea92690426e6ab3387..f0189d19d61de89f351c523a8436dddf7548bea7 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -7610,6 +7610,9 @@ break; switch (sel) { case SEL_ARCHIVE: + if (r == 'c' && strcmp(tmp, pdents[cur].name) == 0) + continue; /* Cannot overwrite the hovered file */ + tmp = abspath(tmp, NULL, newpath); if (!tmp) continue;