Merge remote-tracking branch 'QiBaobin/git-grep-column'

main
Maxime Coste 2023-09-23 21:26:16 +10:00
commit c65eeeb0cf
1 changed files with 1 additions and 1 deletions

View File

@ -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'
}"