Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Crash after interrupting tab-completion with Ctrl-\



On 2014-10-26 18:31:05 -0700, Bart Schaefer wrote:
> Can you check whether $^fpath/_call_program(N[1]) seems to contain the
> patch from workers/33403 ?

Yes, it does:

[...]
if (( ${debug_fd:--1} > 2 )) || [[ ! -t 2 ]]
then exec {err_fd}>&2   # debug_fd is saved stderr, 2 is trace or redirect
else exec {err_fd}>/dev/null
fi
[...]

-- 
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)



Messages sorted by: Reverse Date, Date, Thread, Author