Skip to content

create_list_item does not produce item with relative path on OS Windows #664

@DavidTelenko

Description

@DavidTelenko

On Windows OS, self.config.create_list_item returns item with absolute path instead of relative. I've took a closer look and this is the problematic part, can anyone reproduce?

create_list_item = function(config, name)
name = name
or normalize_path(
vim.api.nvim_buf_get_name(
vim.api.nvim_get_current_buf()
),
config.get_root_dir()
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions