Fix spurious error from c-family-indent-on-closing-curly-brace

This commit is contained in:
Maxime Coste 2019-04-01 22:20:43 +11:00
parent baae0c899b
commit a32da9d3ee

View File

@ -86,7 +86,7 @@ define-command -hidden c-family-indent-on-closing-curly-brace %[
] catch %[
# otherwise align with open curly brace
execute-keys -itersel -draft <a-h><a-:><a-k>^\h+\}$<ret>hm<a-S>1<a-&>
]
] catch %[]
]
define-command -hidden c-family-insert-on-closing-curly-brace %[