Przeglądaj źródła

Clear filter on a manual dir relaod

master
Arun Prakash Jana 5 lat temu
rodzic
commit
eaba594a9e
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: A75979F35C080412
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      src/nnn.c

+ 2
- 1
src/nnn.c Wyświetl plik

@@ -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();
}



Ładowanie…
Anuluj
Zapisz