From 655c7aad6084b470ef72b045f6d228f143ac1dd8 Mon Sep 17 00:00:00 2001 From: John Isom Date: Tue, 28 Jul 2020 20:50:36 -0600 Subject: [PATCH] Update deindenting in cabal.kak --- rc/filetype/cabal.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/filetype/cabal.kak b/rc/filetype/cabal.kak index 38e54277..d721b1c6 100644 --- a/rc/filetype/cabal.kak +++ b/rc/filetype/cabal.kak @@ -61,7 +61,7 @@ define-command -hidden cabal-indent-on-new-line %[ # indent after lines ending with { or : try %[ execute-keys -draft k [:{]$ j ] # deindent closing brace when after cursor - try %[ execute-keys -draft \h*\}\h*(?:--.*)?$ \} m 1 ] + try %[ execute-keys -draft \h*\}\h*(?:--.*)?$ \; \} m 1 ] ] ]