Skip to content

Completion for path not starting with dot or slash or tilde #43

@Jasha10

Description

@Jasha10

It seems that the plugin only matches paths starting with . or / or ~.
I'd like to have completion for any relative path, even if it starts with a letter or number.

For example:

  • ./foo/bar.txt - completion works
  • /foo/bar.txt - completion works
  • ~/foo/bar.txt - completion works
  • foo/bar.txt - completion does not work!

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