We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aed03a commit f54ba10Copy full SHA for f54ba10
rc/coffee.kak
@@ -66,7 +66,7 @@ def -hidden _coffee_indent_on_new_line %{
66
# copy '#' comment prefix and following white spaces
67
try %{ exec -draft k x s ^ \h * \K \# \h * <ret> y j p }
68
# indent after start structure
69
- try %{ exec -draft k x <a-k> ^ \h * (case|catch|class|else|finally|for|function|if|switch|try|while|with) \b | (->) $ <ret> j <a-gt> }
+ try %{ exec -draft k x <a-k> ^ \h * (case|catch|class|else|finally|for|function|if|switch|try|while|with) \b | (=|->) $ <ret> j <a-gt> }
70
}
71
72
0 commit comments