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: In vim mode dw causes deadlock #414 #419

Merged
merged 1 commit into from
Jul 20, 2024

Conversation

oversoul
Copy link
Contributor

issue #414

the filter_length should be updated on each iteration. deleting the character causes the filter value to change, but it compares against the old size.

the filter_length should be updated on each iteration.
deleting the character causes the filter value to change,
but it compares against the old size.
@Cloudef Cloudef merged commit f8b17fd into Cloudef:master Jul 20, 2024
4 checks passed
@oversoul oversoul deleted the vim-dw-deadlock-414 branch July 20, 2024 16:54
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.

2 participants