浏览代码

cleanup: Remove unnecessary/inconsistent quoting from fd arg

fixes/romkatv-async-fixes
Eric Freese 1年前
父节点
当前提交
e386de0247
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      src/async.zsh
  2. +1
    -1
      zsh-autosuggestions.zsh

+ 1
- 1
src/async.zsh 查看文件

@ -72,5 +72,5 @@ _zsh_autosuggest_async_response() {
fi
# Always remove the handler
zle -F "$1"
zle -F $1
}

+ 1
- 1
zsh-autosuggestions.zsh 查看文件

@ -827,7 +827,7 @@ _zsh_autosuggest_async_response() {
fi
# Always remove the handler
zle -F "$1"
zle -F $1
}
#--------------------------------------------------------------------#

正在加载...
取消
保存