New $_ZL_HYPHEN
option can used to tread hyphen (-) as a normal character, see here.
usage:
export _ZL_HYPHEN=1
then z.lua will stop parsing -
as a lua regexp reserved word. and match the directories like:
my-vue-work
exactly by "z my-vue-work" .