in reply to no matching '}'

Vim-perl group suggests using matchit plugin. I can't post a link to github so search for 'vim-perl issue 86'.

Replies are listed 'Best First'.
Re^2: no matching '}'
by fionbarr (Friar) on Feb 04, 2015 at 13:42 UTC
    'deparse' fixes the problem but it removes all comments!! and deconstructs hash declarations and generally crams everything together.....but the '{' matching works OK and the program runs OK.