Skip to content

Commit

Permalink
fix: completion is missing for history command (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloxaf authored Apr 25, 2024
1 parent bf3ef55 commit a61331c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fzf-tab.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ builtin unalias -m '[^+]*'

if (( ! _ftb_continue_last )) \
&& [[ $compstate[insert] == *"unambiguous" ]] \
&& [[ -n $compstate[unambiguous] ]] \
&& [[ "$compstate[unambiguous]" != "$IPREFIX$PREFIX" ]]; then
compstate[list]=
compstate[insert]=unambiguous
Expand Down

0 comments on commit a61331c

Please sign in to comment.