summaryrefslogtreecommitdiff
path: root/rc/tools
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2024-05-12 14:18:17 +1000
committerMaxime Coste <mawww@kakoune.org>2024-05-12 14:18:17 +1000
commit0e92b3fdefddbf81a008b3678faf4bf550be215c (patch)
tree16bf48c10455647b7241dd6dbfb6f046894f5849 /rc/tools
parent7be22f1ec28677ca0bb30316c6893ab4436734b1 (diff)
Fix another case where git tests were hanging
Diffstat (limited to 'rc/tools')
-rw-r--r--rc/tools/git.kak2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/tools/git.kak b/rc/tools/git.kak
index ac349a97..def591d8 100644
--- a/rc/tools/git.kak
+++ b/rc/tools/git.kak
@@ -224,7 +224,7 @@ define-command -params 1.. \
execute-keys <a-l><semicolon><a-?>^commit<ret><a-semicolon>
} catch %{
# Missing commit line, assume it is an uncommitted change.
- execute-keys <a-l><semicolon><a-?>\A<ret><a-semicolon>
+ execute-keys <a-l><semicolon>Gg<a-semicolon>
}
require-module diff
try %{