Pārlūkot izejas kodu

Handle some keys as special only if filter is empty

master
Arun Prakash Jana pirms 4 gadiem
vecāks
revīzija
feb1d2fc27
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: A75979F35C080412
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. +3
    -3
      src/nnn.c

+ 3
- 3
src/nnn.c Parādīt failu

@@ -2085,12 +2085,12 @@ static int filterentries(char *path)
switch (*ch) {
case '/': /* works as Leader key in filter mode */
*ch = CONTROL('_'); // fallthrough
case ':':
case ';':
if (len == 1)
cur = oldcur;
goto end;
case '?': /* '?' is an invalid regex, show help instead */
case ':': // fallthrough /* Run plugin keys */
case ';': // fallthrough
case '?': /* Help and config key, '?' is an invalid regex */
if (len == 1) {
cur = oldcur;
goto end;


Notiek ielāde…
Atcelt
Saglabāt