1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

50399: Completion/Base/Widget/_complete_debug

Properly local scope PS4 change
This commit is contained in:
Bart Schaefer 2022-09-28 17:11:08 -04:00 committed by Eric Cook
parent 33938ad489
commit 0a69a2f6cb
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2022-09-28 Eric Cook <llua@gmx.com>
* Bart Schaefer: 50399: Completion/Base/Widget/_complete_debug
Properly local scope PS4 change
2022-09-27 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
* 50668: Src/utils.c, Test/D09brace.ztst: treat 8bit characters

View file

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