ソースを参照

Revert "Retain filters when context keys are used from filter prompt"

This reverts commit d9da85a365.
master
Arun Prakash Jana 4年前
コミット
7e958d3cd3
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c ファイルの表示

@@ -2127,7 +2127,7 @@ static int filterentries(char *path)
}
}
end:
if (*ch != '\t' && *ch != CONTROL('_'))
if (*ch != '\t')
g_ctx[cfg.curctx].c_fltr[0] = g_ctx[cfg.curctx].c_fltr[1] = '\0';

move_cursor(cur, 0);


読み込み中…
キャンセル
保存