Skip to content

Commit

Permalink
Fix auto-completion scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Mar 1, 2013
1 parent 062b2de commit 005ba0d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion shell/opam_completion.sh
Expand Up @@ -84,7 +84,6 @@ _opam()
subcmd=${COMP_WORDS[2]} subcmd=${COMP_WORDS[2]}
cur=${COMP_WORDS[COMP_CWORD]} cur=${COMP_WORDS[COMP_CWORD]}
prev=${COMP_WORDS[COMP_CWORD-1]} prev=${COMP_WORDS[COMP_CWORD-1]}
reprev=${COMP_WORDS[COMP_CWORD-2]}
_opam_reply="" _opam_reply=""


_opam_global_options _opam_global_options
Expand Down
1 change: 0 additions & 1 deletion shell/opam_completion_zsh.sh
Expand Up @@ -83,7 +83,6 @@ _opam()
subcmd=${COMP_WORDS[2]} subcmd=${COMP_WORDS[2]}
cur=${COMP_WORDS[COMP_CWORD]} cur=${COMP_WORDS[COMP_CWORD]}
prev=${COMP_WORDS[COMP_CWORD-1]} prev=${COMP_WORDS[COMP_CWORD-1]}
reprev=${COMP_WORDS[COMP_CWORD-2]}
_opam_reply="" _opam_reply=""


_opam_global_options _opam_global_options
Expand Down

0 comments on commit 005ba0d

Please sign in to comment.