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

Wrong replace when type duplicated chars #2

Open
marcobraghim opened this issue Oct 5, 2018 · 0 comments
Open

Wrong replace when type duplicated chars #2

marcobraghim opened this issue Oct 5, 2018 · 0 comments

Comments

@marcobraghim
Copy link
Member

If we are looking for something with two identical chars the replacement will be wrong. Because of the code bellow:

PhpCompletion.prototype.getHints = function (implicitChar)
  {
    /** Fix type delay */
    if (implicitChar !== this.lastChar) { // <-------- here
     return false
    }

bug duplicated chars

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

1 participant