码迷,mamicode.com
首页 > 其他好文 > 详细

oh-my-zsh: bracketed-paste-magic:zle:47: not enough arguments for -U

时间:2018-08-14 11:27:44      阅读:576      评论:0      收藏:0      [点我收藏+]

标签:with   一段   注释   block   racket   ns2   blog   https   mis   

今天突然发现粘贴的时候就提示这个错误,通过查阅资料已经解决

解决方法

分析问题,是oh-my-zsh的bracketed-paste-magic功能出现了异常,并未找到更好的方法,暂时先禁用掉。

  • 修改 ~/.oh-my-zsh/lib/misc.zsh中下方这一段代码,全部注释掉。
# 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
参考资料:https://www.cnblogs.com/mengff/p/9460460.html https://www.v2ex.com/t/262240 https://stackoverflow.com/questions/25614613/how-to-disable-zsh-substitution-autocomplete-with-url-and-backslashes

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!