浏览代码

driver: Disable BASH_REMATCH

Fixes #612.
pull/622/head
Matthew Martin 5 年前
父节点
当前提交
972ad197c1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      zsh-syntax-highlighting.zsh

+ 1
- 1
zsh-syntax-highlighting.zsh 查看文件

@ -101,7 +101,7 @@ _zsh_highlight()
typeset -r zsyh_user_options
emulate -L zsh
setopt localoptions warncreateglobal
setopt localoptions warncreateglobal nobashrematch
local REPLY # don't leak $REPLY into global scope
# Do not highlight if there are more than 300 chars in the buffer. It's most

正在加载...
取消
保存