mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-01 18:30:55 +01:00
force listing in _complete_debug; make complist with list-scrolling stopt at the end of the list when prompt would scroll it out; fix _in_vared to handle `foo[bar]' (11565)
This commit is contained in:
parent
9121d78354
commit
6959ffd962
4 changed files with 33 additions and 13 deletions
|
|
@ -22,6 +22,7 @@ unsetopt xtrace
|
|||
# _message -r "Trace output left in $tmp (up-history to view)"
|
||||
# print -sR "${VISUAL:-${EDITOR:-${PAGER:-more}}} $tmp ;: $w"
|
||||
_message -r "Trace output left in $tmp"
|
||||
compstate[list]='list force'
|
||||
print -zR "${VISUAL:-${EDITOR:-${PAGER:-more}}} $tmp ;: $w"
|
||||
exec 2>&3 3>&-
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue