Skip to content

20191229 - v1.7.4

Compare
Choose a tag to compare
@skywind3000 skywind3000 released this 28 Dec 21:01
· 134 commits to master since this release

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" .