-
Notifications
You must be signed in to change notification settings - Fork 283
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
Q appears to not work properly (?) #301
Comments
The command popup appears to not work at all (but still contain |
what version of Nvim? does |
Neovim 0.3.3, |
I would not expect oni2 to work well with 0.3.x, try 0.4. |
@justinmk how would you do that? 🤔 seems like 0.3.3 is hardcoded in |
Then I guess that's not the problem. I thought it could be related to |
Am I missing something, or is that not the same behaviour as terminal neovim? That is, if I do There is a few other issues around this though:
Its also not great UI/UX for the user, with both the different style of input and the missing message.
Currently we vendor neovim into Oni2, to prevent so many of the issues we had of people using older versions and stuff breaking or not launching. Right now that is 0.3.3 but #280 bumps that to 0.4 for |
Steps to reproduce:
<S-Q>
:c
Result: output is inserted into current buffer when enter is pressed, but command popup never disappears
The text was updated successfully, but these errors were encountered: