Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Context for multiline commands
- X-seq: zsh-users 9905
- From: "James F. Hranicky" <jfh@xxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Context for multiline commands
- Date: Fri, 10 Feb 2006 14:59:42 -0500
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: University of Florida CISE Department
The version of zsh I have installed on my Solaris machines keeps
the context for multiline commands to help me remember where I am:
for i in * ; do
for> if [ "$i" = "0" ] ; then
for then>
However, on my SuSE 9.3 machines this seems to be disabled
for i in * ; do
> if [ "$i" = "0" ] ; then
>
anyone know what the directive is to enable this behavior?
----------------------------------------------------------------------
| Jim Hranicky, Senior SysAdmin UF/CISE Department |
| E314D CSE Building Phone (352) 392-1499 |
| jfh@xxxxxxxxxxxx http://www.cise.ufl.edu/~jfh |
----------------------------------------------------------------------
Messages sorted by:
Reverse Date,
Date,
Thread,
Author