mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-16 02:45:09 +00:00
fix: termopen previewer for powershell (#382)
This commit is contained in:
@@ -532,7 +532,7 @@ function make_entry.gen_from_treesitter(opts)
|
||||
local make_display = function(entry)
|
||||
local msg = vim.api.nvim_buf_get_lines(
|
||||
bufnr,
|
||||
entry.lnum - 1,
|
||||
entry.lnum,
|
||||
entry.lnum,
|
||||
false
|
||||
)[1] or ''
|
||||
|
||||
Reference in New Issue
Block a user