When I re-indent the following code:
interface foo
[...]
end interface foo
(for example with the cursor on the last line, 'end interface...', and
TAB; or selecting the interface block and TAB), the last line loses
'foo', the name of 'interface'. It becomes
interface foo
[...]
end interface ! <-- after re-indentation
This does not happen with 'program/end prog...', 'subroutine/end
sub...', 'function/end func...', which, after re-indentation, *all*
conserve the name in the 'end...' statement.
Is that to be expected for 'interface'?
Thanks,
Angelo.