Browse Source

driver: Disable BASH_REMATCH

Fixes #612.
pull/622/head
Matthew Martin 5 years ago
parent
commit
972ad197c1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      zsh-syntax-highlighting.zsh

+ 1
- 1
zsh-syntax-highlighting.zsh View File

@ -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

Loading…
Cancel
Save