소스 검색

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

불러오는 중...
취소
저장