From 235552c5facac504dc8947d272db82b9a897098e Mon Sep 17 00:00:00 2001 From: Bob Qi Date: Mon, 18 Sep 2023 16:18:32 +0800 Subject: [PATCH] rc/tools/git add --column to git grep --- 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 440b6571..25e0b588 100644 --- a/rc/tools/git.kak +++ b/rc/tools/git.kak @@ -352,7 +352,7 @@ define-command -params 1.. \ shift enquoted="$(printf '"%s" ' "$@")" printf %s "try %{ - set-option current grepcmd 'git grep -n' + set-option current grepcmd 'git grep -n --column' grep $enquoted set-option current grepcmd '$kak_opt_grepcmd' }"