tst_verbosity

zplugin ice svn mv"zsh-navigation-tools.plugin.zsh -> plugin.text" \
            atclone'command echo "touch \${ZPLGM[PLUGINS_DIR]}/load.mark" >! zsh-select.plugin.zsh' \
            src"plugin.text"
zplugin snippet https://github.com/robbyrussell/oh-my-zsh/trunk/plugins/zsh-navigation-tools

print -rl -- "${(o)ZPLG_ICE[@]}" >! answer/ice
print -rl -- "${(okv)ZPLG_SICE[@]}" >! answer/sice

local matcher_val
zstyle -s ':completion::complete:n-kill::bits' matcher matcher_val

# Should be set because src"" loads the plugin file
echo "$matcher_val" >! answer/matcher

# vim:ft=zsh
