c-indent: only align to opening paren if it is on the immediate previous line

This commit is contained in:
Maxime Coste 2016-08-09 18:45:13 +01:00
parent ac0c746072
commit 3a24763d53

View File

@ -57,8 +57,8 @@ def -hidden _c-family-indent-on-newline %[ eval -draft -itersel %[
try %[ exec -draft K <a-x> s[a-zA-Z0-9_-]+:\h*$<ret> j <a-gt> ]
## indent after a statement not followed by an opening brace
try %[ exec -draft k <a-x> <a-k>\b(if|else|for|while)\h*\(.+?\)\h*$<ret> j <a-gt> ]
## align to the opening parenthesis when inserting a newline
try %[ exec -draft {b <a-k>\`\(<ret> L s\`|.\'<ret> & ]
## align to the opening parenthesis on the previous line when inserting a newline
try %[ exec -draft {b <a-k>\`\([^\n]*\n[^\n]*\'<ret> L s\`|.\'<ret> & ]
] ]
def -hidden _c-family-indent-on-opening-curly-brace %[