mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-05-31 18:24:18 +00:00
fix: fix file_browser on windows and potentially other file opens (#1026)
This commit is contained in:
@@ -94,7 +94,7 @@ action_set.edit = function(prompt_bufnr, command)
|
||||
|
||||
local filename, row, col
|
||||
|
||||
if entry.filename then
|
||||
if entry.path or entry.filename then
|
||||
filename = entry.path or entry.filename
|
||||
|
||||
-- TODO: Check for off-by-one
|
||||
|
||||
Reference in New Issue
Block a user