浏览代码

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.

正在加载...
取消
保存