aboutsummaryrefslogtreecommitdiff
path: root/autoload/git.kak
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-03-21 23:02:01 +0530
committerAkshay Nair <phenax5@gmail.com>2026-03-21 23:02:10 +0530
commita88e917a5f1e089397b3b0e759d0a7e60d6cf8ca (patch)
tree1c288de38ee23884e8ec064dd0cfcf69414efe0d /autoload/git.kak
parentdf01f61f5aa28a15ea3a9adecfa6822b410c1515 (diff)
downloadkakoune-config-a88e917a5f1e089397b3b0e759d0a7e60d6cf8ca.tar.gz
kakoune-config-a88e917a5f1e089397b3b0e759d0a7e60d6cf8ca.zip
Override make to add exit code
Diffstat (limited to '')
-rw-r--r--autoload/git.kak2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/git.kak b/autoload/git.kak
index 0745a61..aa6a66f 100644
--- a/autoload/git.kak
+++ b/autoload/git.kak
@@ -34,5 +34,5 @@ define-command git-toggle-diff %{
define-command git-line-blame %{
terminal-singleton git-blame sh -c \
- "git -p log -u -L '%sh{echo ""$kak_selection_desc"" | sed -E 's/\.[0-9]+//g'}:%val{buffile}' --color=always"
+ "git -p log -u -L '%sh{echo ""$kak_selection_desc"" | sed -E 's/\.[0-9]+//g'}:%val{buffile}' --color=always | delta"
}