Fix already-existing bug in nix.kak

This commit is contained in:
John Isom 2020-07-27 21:59:08 -06:00
parent 05e8eaac68
commit 80a5fd2c88

View File

@ -95,7 +95,7 @@ define-command -hidden nix-trim-indent %{
define-command -hidden nix-indent-on-char %<
evaluate-commands -draft -itersel %<
# align closer token to its opener when alone on a line
try %/ execute-keys -draft <a-h> <a-k> ^\h+[]}]$ <ret> m s \A|.\z <ret> 1<a-&> /
try %/ execute-keys -draft <a-h> <a-k> ^\h+[\]}]$ <ret> m s \A|.\z <ret> 1<a-&> /
>
>