Loss of indent when using shellscript mode
Submitted by Wednesday, 5 January, 2005 - 19:51
on
When using braced variable names on an indented line, entry of ${Varname} causes the line to lose it's
indent.
e.g.
for Line in $(ls)
do
print ${Line} <- as soon as the opening brace is typed the line shifts back to column 0
done
Any ideas on how to fix this???
TIA