Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove empty segments #574

Merged
merged 1 commit into from May 20, 2017
Merged

Remove empty segments #574

merged 1 commit into from May 20, 2017

Conversation

sooth-sayer
Copy link

In some cases 'fullpath' may be something like 'some_path/some_path**//**some_path'.

@scrooloose
Copy link
Collaborator

This is strange indeed :-/ Can you give an example that will reproduce this?

It sounds more like a symptom of a bug in either of these above lines:

    call self.extractDriveLetter(a:fullpath)
    let fullpath = s:Path.WinToUnixPath(a:fullpath

@sooth-sayer
Copy link
Author

No, vim expand(...) may return it.
In my case the path like 'some_path/some_path//some_path' is in the tag file.
Vim handles it as valid file path.

@PhilRunninger PhilRunninger merged commit 9256275 into preservim:master May 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants