diff options
| author | TJ DeVries <devries.timothyj@gmail.com> | 2021-04-09 13:04:01 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-09 13:04:01 -0400 |
| commit | ba1e674e68a251ce7dcaf44a7b815431ba563f8f (patch) | |
| tree | 702c7649dcadd067a948b8248704cedcfb3eb2a5 /lua/telescope/make_entry.lua | |
| parent | 2ebbf7f9d4fbc29b6075dd8fce86e05675a745c2 (diff) | |
fix: update to newer code (#744)
Diffstat (limited to 'lua/telescope/make_entry.lua')
| -rw-r--r-- | lua/telescope/make_entry.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/telescope/make_entry.lua b/lua/telescope/make_entry.lua index e970973..c714e7b 100644 --- a/lua/telescope/make_entry.lua +++ b/lua/telescope/make_entry.lua @@ -317,6 +317,7 @@ function make_entry.gen_from_quickfix(opts) ) .. ' ' .. entry.text, display = make_display, + bufnr = entry.bufnr, filename = filename, lnum = entry.lnum, col = entry.col, |
