mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
Order toggle: fix toggling reverse (#432)
This commit is contained in:
parent
5fb4d637ee
commit
6ac353446f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue