Add word to prompt title for grep string (#1184)

This commit is contained in:
Dheepak Krishnamurthy
2021-09-09 07:43:59 -06:00
committed by GitHub
parent 12a44ededa
commit 288f243387

View File

@@ -143,7 +143,7 @@ files.grep_string = function(opts)
end end
pickers.new(opts, { pickers.new(opts, {
prompt_title = "Find Word", prompt_title = "Find Word (" .. word .. ")",
finder = finders.new_oneshot_job(args, opts), finder = finders.new_oneshot_job(args, opts),
previewer = conf.grep_previewer(opts), previewer = conf.grep_previewer(opts),
sorter = conf.generic_sorter(opts), sorter = conf.generic_sorter(opts),