Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit 2ebb413

Browse files
committed
log search cmd
1 parent 112b3db commit 2ebb413

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoload/ag.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ function! s:execAg(prg, args, opts) abort
219219
let l:cmd = a:prg + l:args
220220
let s:args = join(l:args, " ")
221221

222-
echom 'Ag search started'
222+
echom 'Ag search started (' . l:cmd . ')'
223223
let s:job_number = jobstart(l:cmd, extend(l:opts, a:opts))
224224
endfunction
225225

0 commit comments

Comments
 (0)