소스 검색

driver: Followup to last: make the value more unique.

Part of issue #305.
pull/355/head
Daniel Shahaf 8 년 전
부모
커밋
295d62ec88
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      zsh-syntax-highlighting.zsh

+ 1
- 0
zsh-syntax-highlighting.zsh 파일 보기

@ -249,6 +249,7 @@ _zsh_highlight_call_widget()
_zsh_highlight_bind_widgets()
{
setopt localoptions noksharrays
typeset -F SECONDS
local prefix=orig-s$SECONDS-r$RANDOM # unique each time, in case we're sourced more than once
# Load ZSH module zsh/zleparameter, needed to override user defined widgets.

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