diff options
| author | Bart Schaefer <schaefer@zsh.org> | 2022-09-28 17:11:08 -0400 |
|---|---|---|
| committer | Eric Cook <illua@users.sourceforge.net> | 2022-09-28 17:11:08 -0400 |
| commit | 0a69a2f6cb3b752daeaf7e5d7f866b0f204e68e0 (patch) | |
| tree | c8513d0cd60e0810c8f97fb7cb3bd624c09ffd14 /Completion/Base | |
| parent | 50668: treat 8bit chars correctly when multibyte is unset (diff) | |
| download | zsh-0a69a2f6cb3b752daeaf7e5d7f866b0f204e68e0.tar zsh-0a69a2f6cb3b752daeaf7e5d7f866b0f204e68e0.tar.gz zsh-0a69a2f6cb3b752daeaf7e5d7f866b0f204e68e0.tar.bz2 zsh-0a69a2f6cb3b752daeaf7e5d7f866b0f204e68e0.tar.lz zsh-0a69a2f6cb3b752daeaf7e5d7f866b0f204e68e0.tar.xz zsh-0a69a2f6cb3b752daeaf7e5d7f866b0f204e68e0.tar.zst zsh-0a69a2f6cb3b752daeaf7e5d7f866b0f204e68e0.zip | |
50399: Completion/Base/Widget/_complete_debug
Properly local scope PS4 change
Diffstat (limited to 'Completion/Base')
| -rw-r--r-- | Completion/Base/Widget/_complete_debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Base/Widget/_complete_debug b/Completion/Base/Widget/_complete_debug index 94fd4accd..d8b1bd837 100644 --- a/Completion/Base/Widget/_complete_debug +++ b/Completion/Base/Widget/_complete_debug @@ -19,7 +19,7 @@ integer debug_fd=-1 setopt localoptions no_ignorebraces debug_indent=( '%'{3..20}'(e. .)' ) } - local PROMPT4 PS4="${(j::)debug_indent}+%N:%i> " + local PROMPT4="$PROMPT4" PS4="${(j::)debug_indent}+%N:%i> " setopt xtrace : $ZSH_NAME $ZSH_VERSION ${1:-_main_complete} |
