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
for d in $fpath; do
if [[ -e "$d/url-quote-magic"]]; then
if [[ -e "$d/url-quote-magic" ]]; then
autoload -U url-quote-magic
zle -N self-insert url-quote-magic
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