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

Completion gets stuck using old match list #55

Closed
chrisant996 opened this issue Jan 17, 2021 · 0 comments
Closed

Completion gets stuck using old match list #55

chrisant996 opened this issue Jan 17, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@chrisant996
Copy link
Owner

Recent regression: completion gets stuck using old match list.

Repro:

  1. Type text (e.g. b).
  2. Invoke any completion command.
  3. Change the input text (e.g. to c).
  4. Invoke complete or possible-completions.

Expected: it should use matches for c.
Actual: it uses matches for b.

@chrisant996 chrisant996 added the bug Something isn't working label Jan 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant