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 useless substitute when 'file =~# "/$"' #773

Merged
merged 1 commit into from Dec 9, 2017

Conversation

skyblueee
Copy link
Contributor

I'm studying the code of this plugin. One thing I can't understand is why let curFile = substitute(curFile, '/\?$', '/', "") is done while curFile =~# '/$'. In my understanding, '/\?$' stands for 'one or zero / at the end of line', so the substitution is useless. I think maybe it is truly useless or maybe someone can tell me why we need that substitution. Thanks!

Copy link
Contributor

@lifecrisis lifecrisis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch.

@lifecrisis lifecrisis merged commit fc55d01 into preservim:master Dec 9, 2017
@skyblueee skyblueee deleted the wasdir_sub branch December 11, 2017 15:02
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