From: Arun Prakash Jana Date: Wed, 25 Dec 2019 17:26:59 +0000 (+0530) Subject: Revert "Retain filters when context keys are used from filter prompt" X-Git-Tag: v2.9~118 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=7e958d3cd3055d3093c078813168ad6b8932fec1;p=nnn.git Revert "Retain filters when context keys are used from filter prompt" This reverts commit d9da85a3654be58b362c1967d876893b28ba6aa6. --- diff --git a/src/nnn.c b/src/nnn.c index d67ea964..792c580f 100644 --- a/src/nnn.c +++ b/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);