Преглед изворни кода

Clear filter on a manual dir relaod

master
Arun Prakash Jana пре 5 година
родитељ
комит
eaba594a9e
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 измењених фајлова са 2 додато и 1 уклоњено
  1. +2
    -1
      src/nnn.c

+ 2
- 1
src/nnn.c Прегледај датотеку

@@ -2225,7 +2225,8 @@ static int nextsel(int presel)

if (c == ERR && presel == MSGWAIT)
c = (cfg.filtermode) ? FILTER : CONTROL('L');
else if (c == FILTER) /* Clear previous filter when manually starting */
else if (c == FILTER || c == CONTROL('L'))
/* Clear previous filter when manually starting */
clearfilter();
}



Loading…
Откажи
Сачувај