From a6b9835d3a1e40d5dfd98c90aa2818eea56f03e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Augusto=20C=C3=A9sar=20Dias?= Date: Mon, 13 Nov 2023 12:17:17 +0100 Subject: [PATCH] Single results are still showing the filter babarot#207 --- functions/_enhancd_filter_interactive.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/_enhancd_filter_interactive.fish b/functions/_enhancd_filter_interactive.fish index a4063f1..f13166a 100644 --- a/functions/_enhancd_filter_interactive.fish +++ b/functions/_enhancd_filter_interactive.fish @@ -11,7 +11,7 @@ function _enhancd_filter_interactive end set -l filter (_enhancd_helper_parse_filter_string "$ENHANCD_FILTER") - set -l count (echo "$stdin" | _enhancd_command_grep -c "") + set -l count (echo -n "$stdin" | _enhancd_command_grep -c "") if test "$ENHANCD_USE_ABBREV" = true function _enhancd_filter_interactive_abbrev