Skip to content

Commit

Permalink
Fix znap compile undefined parameter bug
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonrichert committed Jan 14, 2022
1 parent 92f9409 commit e019e00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/.znap.compile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# args: [ ( <dir> | <file> ) ... ]
emulate -L zsh; setopt $_znap_opts
zmodload -F zsh/files b:zf_rm
zmodload -F zsh/parameter p:functions_source

private -aU dirs=() files=() bugs=()
if (( $# )); then
Expand Down

0 comments on commit e019e00

Please sign in to comment.