Skip to content

Commit

Permalink
Single results are still showing the filter #207 (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
augustocdias authored Jan 1, 2025
1 parent 230695f commit d6e3ce4
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 d6e3ce4

Please sign in to comment.