about summary refs log tree commit diff
path: root/Completion/Commands
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-25 07:58:44 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-25 07:58:44 +0000
commit6959ffd9621fdb8f33b53e1c0be05f3f294742a5 (patch)
tree8f3e7cf83e0787961d4369074ece179d828464ec /Completion/Commands
parent9121d78354d0578333e4f64ac6fa96710e0bf118 (diff)
downloadzsh-6959ffd9621fdb8f33b53e1c0be05f3f294742a5.tar.gz
zsh-6959ffd9621fdb8f33b53e1c0be05f3f294742a5.tar.xz
zsh-6959ffd9621fdb8f33b53e1c0be05f3f294742a5.zip
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)
Diffstat (limited to 'Completion/Commands')
-rw-r--r--Completion/Commands/_complete_debug1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Commands/_complete_debug b/Completion/Commands/_complete_debug
index 7672c75ea..aeb2027a7 100644
--- a/Completion/Commands/_complete_debug
+++ b/Completion/Commands/_complete_debug
@@ -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>&-
 }