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

Fix corner cases for the greedy flag #1095

Merged
merged 2 commits into from
May 8, 2017

Commits on May 8, 2017

  1. Fix corner cases for the greedy flag

    By refactoring the tokenize() method into two separate methods, it is
    possible to recursively clean up any broken tokens left by the greedy
    feature.
    
    This should fix the issue 1075.
    zeitgeist87 committed May 8, 2017
    Configuration menu
    Copy the full SHA
    1736f4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e13fdfa View commit details
    Browse the repository at this point in the history