Skip to content

Commit

Permalink
fix: crashes
Browse files Browse the repository at this point in the history
Closes Aloxaf#176
  • Loading branch information
cwrau committed Apr 26, 2024
1 parent c7fb028 commit 8daac52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fzf-tab.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ builtin unalias -m '[^+]*'

# must run with user options; don't move `emulate -L zsh` above this line
(( $+builtins[fzf-tab-compcap-generate] )) && fzf-tab-compcap-generate -i
COLUMNS=500 _ftb__main_complete "$@" || ret=$?
_ftb__main_complete "$@" || ret=$?
(( $+builtins[fzf-tab-compcap-generate] )) && fzf-tab-compcap-generate -o

emulate -L zsh -o extended_glob
Expand Down

0 comments on commit 8daac52

Please sign in to comment.