show/hide this revision's text 2 typo

This mapping will break up any one-line function you have. Simply put your cursor on the line had and hit 'g' in normal mode:

:map g ^f{malr<CR>`a%hr<CR>`a

This assumes that you have a space after the opening brace and a space before the closing brace. See if that works for you.

show/hide this revision's text 1

This mapping will break up any one-line function you have. Simply put your cursor on the line had hit 'g' in normal mode:

:map g ^f{malr<CR>`a%hr<CR>`a

This assumes that you have a space after the opening brace and a space before the closing brace. See if that works for you.