From 7e09e7fcd5002f9c513b213c7cddc20426a8ab82 Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Tue, 2 Jun 2020 21:48:22 +0800 Subject: [PATCH] Update rust rc comment --- rc/filetype/rust.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/filetype/rust.kak b/rc/filetype/rust.kak index 24d36f88..96115418 100644 --- a/rc/filetype/rust.kak +++ b/rc/filetype/rust.kak @@ -127,7 +127,7 @@ define-command -hidden rust-indent-on-opening-curly-brace %[ evaluate-commands -draft -itersel %_ # align indent with opening paren when { is entered on a new line after the closing paren try %[ execute-keys -draft h ) M \A\(.*\)\h*\n\h*\{\z s \A|.\z 1 ] - # dedent standalone { after impl or fn block without any { in between + # dedent standalone { after impl and related block without any { in between try %< execute-keys -draft hh impl|fn|struct|enum|union \{ ll ^\h*\{$ > _ ]