tst_verbosity

zplugin ice svn atpull"command chmod -x zsh-navigation-tools.plugin.zsh"
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
echo "$matcher_val" >! answer/matcher

( zplugin cd https://github.com/robbyrussell/oh-my-zsh/trunk/plugins/zsh-navigation-tools
  svn relocate file://${TEST_DIR:h}/test_snippets/zdharma-more )

zplugin update --all

# vim:ft=zsh
