in reply to Re^3: no matching '}'
in thread no matching '}'

perhaps it's a problem with vi?

Replies are listed 'Best First'.
Re^5: no matching '}'
by MidLifeXis (Monsignor) on Feb 03, 2015 at 18:28 UTC

    Resolved by changing to emacs? <duck />

    Update: Try running it through a pretty-printer. That should, at least, align the blocks so that the curly brace is no longer an issue. Indentation can make so much difference when reading source.

    --MidLifeXis