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

Context for multiline commands



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