Skip to content

Commit

Permalink
fix: remove -E from zparseopts
Browse files Browse the repository at this point in the history
this fix following bugs:

_tst() {
  compadd -J packages -X package openpgp-keys-gentoo-release -MERGING-pnpm-bin
}
compdef _tst tst
  • Loading branch information
Aloxaf committed Apr 26, 2024
1 parent a61331c commit 2ebb8ae
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 @@ -14,7 +14,7 @@ builtin unalias -m '[^+]*'
# parse all options
local -A apre hpre dscrs _oad _mesg
local -a isfile _opts __ expl
zparseopts -E -a _opts P:=apre p:=hpre d:=dscrs X+:=expl O:=_oad A:=_oad D:=_oad f=isfile \
zparseopts -a _opts P:=apre p:=hpre d:=dscrs X+:=expl O:=_oad A:=_oad D:=_oad f=isfile \
i: S: s: I: x:=_mesg r: R: W: F: M+: E: q e Q n U C \
J:=__ V:=__ a=__ l=__ k=__ o=__ 1=__ 2=__

Expand Down

0 comments on commit 2ebb8ae

Please sign in to comment.