浏览代码

Let ^L exit filter mode and redraw if no last filter

master
Arun Prakash Jana 4 年前
父节点
当前提交
7f605ab995
找不到此签名对应的密钥 GPG 密钥 ID: A75979F35C080412
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      src/nnn.c

+ 2
- 1
src/nnn.c 查看文件

@@ -2843,7 +2843,8 @@ static int filterentries(char *path, char *lastname)
ln[1] = ln[REGEX_MAX - 1];
ln[REGEX_MAX - 1] = '\0';
len = mbstowcs(wln, ln, REGEX_MAX);
}
} else
goto end;
}

/* Go to the top, we don't know if the hovered file will match the filter */


正在加载...
取消
保存