mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
Add zsh name and version to _complete_debug output
This commit is contained in:
parent
b5275cfbbf
commit
dc3668dd20
2 changed files with 8 additions and 2 deletions
|
@ -1,7 +1,12 @@
|
|||
2005-05-22 Bart Schaefer <schaefer@zsh.org>
|
||||
|
||||
* unposted: Completion/Base/Widget/_complete_debug: add a colon
|
||||
command so name and version of zsh appear in debug output.
|
||||
|
||||
2005-05-21 Doug Kearns <djkea2@gus.gscit.monash.edu.au>
|
||||
|
||||
* unposted: Completion/Unix/Command/_webbrowser: add firefox to list of
|
||||
basic URL completed web browsers
|
||||
* unposted: Completion/Unix/Command/_webbrowser: add firefox to
|
||||
list of basic URL completed web browsers
|
||||
|
||||
2005-05-17 Peter Stephenson <pws@csr.com>
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@ exec 3>&- # Too bad if somebody else is using it ...
|
|||
[[ -t 2 ]] && { exec 3>&2 2>| $tmp ; trap 'exec 2>&3 3>&-' EXIT INT }
|
||||
|
||||
setopt xtrace
|
||||
: $ZSH_NAME $ZSH_VERSION
|
||||
_main_complete
|
||||
integer ret=$?
|
||||
unsetopt xtrace
|
||||
|
|
Loading…
Reference in a new issue