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

Filename which is a prefix of another file is incorrectly replaced #47

Open
BorisKozo opened this issue Dec 23, 2015 · 2 comments
Open

Comments

@BorisKozo
Copy link

Lets say you have files named

  1. foo
  2. foo-bar
    And you replace them with
  3. foo-123
  4. foo-bar-456

File (2) will be replaced twice and the result is
foo-123-bar-456

@BorisKozo
Copy link
Author

I overcome this by appending delimiters in modifyUnreved and then appending them again in modifyReved but it is a little ugly.

@avchugaev
Copy link

We also get in such problem... Can you fix this?

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

No branches or pull requests

2 participants