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

Recognise more modes #3

Merged
merged 1 commit into from
Apr 12, 2021

Conversation

RichardHladik
Copy link

Recognize "insert normal" and "insert completion" modes. Without insert competition, vim would sometimes think it is in normal mode even though it is in insert mode (tested with youcompleteme) and emit an i. I suspect I added the inside normal mode after it triggered some of my asserts and not because of some functional thing, but adding it shouldn't hurt anyway.

@fidgetingbits
Copy link
Owner

thanks, I'm not sure whether or not I have run into any of these but I suspect I will at some point. makes me think it may be worth me looking into all of the additional mode combinations like that that can be reported from the rpc query and adding support for them

@fidgetingbits fidgetingbits merged commit 3cee0b9 into fidgetingbits:master Apr 12, 2021
@RichardHladik RichardHladik deleted the add-more-modes branch July 24, 2021 22:15
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