On Wed, 10 Oct 2018, Sven Schreiber wrote:
Am 10.10.2018 um 05:42 schrieb Logan Kelly:
>
> Hello,
>
> Minorissue with Auto indent script using latest snapshot (10/9/2018) on
> Windows 10.
>
> The outfile command messes up the auto indent, i.e.
>
> scalar x = 1
>
> If x == 1
>
> outfile "test.txt" --write
>
> print x
>
> outfile --close
Maybe this has to do with the change that now the recommended way is to use
an outfile ... end outfile block.
Yes, that'll be it. But the old syntax should also be handled
properly. Should be a fix before long.
Allin