Current File : //usr/share/zsh/5.0.2/functions/_guard
#autoload

local garbage

zparseopts -K -D -a garbage M: J: V: 1 2 n F: X:

[[ "$PREFIX$SUFFIX" != $~1 ]] && return 1

shift
_message -e "$*"

[[ -n "$PREFIX$SUFFIX" ]]