Skip to content

Commit

Permalink
Single results are still showing the filter babarot#207
Browse files Browse the repository at this point in the history
  • Loading branch information
augustocdias committed Nov 13, 2023
1 parent 230695f commit a6b9835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/_enhancd_filter_interactive.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6b9835

Please sign in to comment.