标签:with 一段 注释 block racket ns2 blog https mis
今天突然发现粘贴的时候就提示这个错误,通过查阅资料已经解决
分析问题,是oh-my-zsh的bracketed-paste-magic功能出现了异常,并未找到更好的方法,暂时先禁用掉。
# if [[ $ZSH_VERSION != 5.1.1 ]]; then
# for d in $fpath; do
# if [[ -e "$d/url-quote-magic" ]]; then
# if is-at-least 5.1; then
# autoload -Uz bracketed-paste-magic
# zle -N bracketed-paste bracketed-paste-magic
# fi
# autoload -Uz url-quote-magic
# zle -N self-insert url-quote-magic
# break
# fi
# done
# fi
oh-my-zsh: bracketed-paste-magic:zle:47: not enough arguments for -U
标签:with 一段 注释 block racket ns2 blog https mis
原文地址:https://www.cnblogs.com/zhuxiaoxi/p/9472311.html