mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-16 02:45:09 +00:00
Refactor builtin (#287)
This commit is contained in:
@@ -329,7 +329,7 @@ function make_entry.gen_from_buffer(opts)
|
||||
bufnr = entry.bufnr,
|
||||
filename = bufname,
|
||||
|
||||
lnum = entry.info.lnum or 1,
|
||||
lnum = entry.info.lnum and entry.info.lnum or 1,
|
||||
indicator = indicator,
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user