1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-29 11:01:27 +00:00

Updated FAQ (markdown)

Linwei
2021-03-30 12:00:00 +08:00
parent 16ee2786cb
commit 39c48c16b4

2
FAQ.md

@@ -6,7 +6,7 @@ A: `-` is a reserved character in lua regexp. you can use either `z vue%-my%-ui`
If you don't like this behavior, you can set:
export $_ZL_HYPHEN=1
export _ZL_HYPHEN=1
to escape `-` into `%-` automatically and `z vue-my-ui` will jump to `~/Documents/github/vue-my-ui` but you cannot use `-` as a regexp keywords any more.