浏览代码

Add missing space causing parse error.

Ali Afshar 9 年之前
父节点
当前提交
f66a54fb78
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/misc.zsh

+ 1 - 1
lib/misc.zsh

@@ -1,6 +1,6 @@
 ## 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