rc/tools/git add --column to git grep
This commit is contained in:
parent
01fd6552af
commit
235552c5fa
|
@ -352,7 +352,7 @@ define-command -params 1.. \
|
||||||
shift
|
shift
|
||||||
enquoted="$(printf '"%s" ' "$@")"
|
enquoted="$(printf '"%s" ' "$@")"
|
||||||
printf %s "try %{
|
printf %s "try %{
|
||||||
set-option current grepcmd 'git grep -n'
|
set-option current grepcmd 'git grep -n --column'
|
||||||
grep $enquoted
|
grep $enquoted
|
||||||
set-option current grepcmd '$kak_opt_grepcmd'
|
set-option current grepcmd '$kak_opt_grepcmd'
|
||||||
}"
|
}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user