"frontend/src/views/git@web.lueluesay.top:chenxi/sub2api.git" did not exist on "b4412353844cd1bdaec0e07b1e191951c1339bd3"
Commit ab18795f authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #4002 from aliafshar/patch-1

Add missing space causing parse error.
parents 89219023 f66a54fb
## Load smart urls if available ## Load smart urls if available
for d in $fpath; do for d in $fpath; do
if [[ -e "$d/url-quote-magic"]]; then if [[ -e "$d/url-quote-magic" ]]; then
autoload -U url-quote-magic autoload -U url-quote-magic
zle -N self-insert url-quote-magic zle -N self-insert url-quote-magic
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment