From a735c0671464fc06ca8dd5a1041ac4782390bd6b Mon Sep 17 00:00:00 2001 From: Frank LENORMAND Date: Mon, 1 Jul 2019 12:56:51 +0000 Subject: [PATCH] rc git: Fix the indentation of misaligned commands --- rc/tools/git.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/tools/git.kak b/rc/tools/git.kak index 60cc8cd5..b8336f03 100644 --- a/rc/tools/git.kak +++ b/rc/tools/git.kak @@ -23,7 +23,7 @@ declare-option -hidden line-specs git_diff_flags define-command -params 1.. \ -docstring %sh{printf 'git []: git wrapping helper All the optional arguments are forwarded to the git utility -Available commands:\n add\n rm\n blame\n commit\n checkout\n diff\n hide-blame\n hide-diff\n init\n log\n show\n show-diff\n status\n update-diff'} \ +Available commands:\n add\n rm\n blame\n commit\n checkout\n diff\n hide-blame\n hide-diff\n init\n log\n show\n show-diff\n status\n update-diff'} \ -shell-script-candidates %{ if [ $kak_token_to_complete -eq 0 ]; then printf "add\nrm\nblame\ncommit\ncheckout\ndiff\nhide-blame\nhide-diff\nlog\nshow\nshow-diff\ninit\nstatus\nupdate-diff\n"