1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 10:01:11 +02:00

42294: disable REPORTTIME in completion

This commit is contained in:
Peter Stephenson 2018-01-18 09:39:08 +00:00
parent d8d9fee137
commit b816291a17
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2018-01-18 Peter Stephenson <p.stephenson@samsung.com>
* 42294: Completion/compinit: disable REPORTTIME in completion.
2018-01-16 Peter Stephenson <p.stephenson@samsung.com>
* Warepire: Src/prompt.c: off by one fix in multiline prompts.

View file

@ -175,7 +175,9 @@ typeset -gH _comp_setup='local -A _comp_caller_options;
exec </dev/null;
trap - ZERR;
local -a reply;
local REPLY'
local REPLY;
local REPORTTIME;
unset REPORTTIME'
# These can hold names of functions that are to be called before/after all
# matches have been generated.