Hi,

Thomas Michael Engelke schrieb:
> 
> I have a problem with indendation of a piece of Progress code. It's
> representative of a bit of indendation problems I have now and again,
> always indenting way too far without any visible cause. I hope someone
> can reproduce the issue.
> 
> I've attached the problematic file (zipped) to this post. When I am in
> line 771 and use O (shift+o, that's the letter, not the number), I get
> the cursor one line up, but indented by 49 chars, not (as I would
> expect) 7. I'm not sure if this is a problem of vim, a problem of the
> Progress syntax file or a problem of my configuration.
> 
> Please hint me in the right direction.

you seem to have

  set cindent

somewhere in one of your loaded scripts. Check where it has been set
with

  verbose set cindent?

and remove it from the script.

Regards,
Jürgen

-- 
Sometimes I think the surest sign that intelligent life exists elsewhere
in the universe is that none of it has tried to contact us.     (Calvin)

Reply via email to