diff --git a/src/nnn.c b/src/nnn.c index bd1fb00d..27eb07fb 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -4973,7 +4973,7 @@ nochange: r = get_input(messages[MSG_ORDER]); if ((r == 'a' || r == 'd' || r == 'e' - || r == 'r' || r == 's' || r == 't') + || r == 's' || r == 't') && (entrycmpfn == &reventrycmp)) entrycmpfn = &entrycmp;