mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-10 08:08:15 +00:00
build: rework ci tests to include windows (#3011)
(cherry picked from commit 4d4ade7f2b)
This commit is contained in:
@@ -289,7 +289,7 @@ end
|
||||
--- this function outside of telescope might yield to undefined behavior and will
|
||||
--- not be addressed by us
|
||||
---@param opts table: The opts the users passed into the picker. Might contains a path_display key
|
||||
---@param path string?: The path that should be formatted
|
||||
---@param path string|nil: The path that should be formatted
|
||||
---@return string: The transformed path ready to be displayed
|
||||
utils.transform_path = function(opts, path)
|
||||
if path == nil then
|
||||
|
||||
Reference in New Issue
Block a user