We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seems likely to have something to do with the new EditContext API usage (https://github.com/codemirror/view/blob/ed78a0cbb6852c02acc93c85cbabe0ac12ab13c1/CHANGELOG.md#new-features).
Still works as expected on 6.28.1 + Chrome v126
The text was updated successfully, but these errors were encountered:
Do you see this on https://raw.githack.com/replit/codemirror-vim/master/dev/web-demo.html, or with another configuration? I couldn't reproduce the bug with chrome 126 on windows with the above link.
Sorry, something went wrong.
@infime did you include basicSertup, or https://codemirror.net/docs/ref/#commands.standardKeymap in your codemirror setup? Seems like the change is in codemirror itself which does not insert new lines without standardCommands if EditContext mode is active.
Fix Enter for vim mode
5fd9fa9
This is a workaround for replit/codemirror-vim#182 Fixes silverbulletmd#1145 (harder)
Fix Enter for vim mode (#1146)
916c84e
This is a workaround for replit/codemirror-vim#182 Fixes #1145 (harder)
No branches or pull requests
Seems likely to have something to do with the new EditContext API usage (https://github.com/codemirror/view/blob/ed78a0cbb6852c02acc93c85cbabe0ac12ab13c1/CHANGELOG.md#new-features).
Still works as expected on 6.28.1 + Chrome v126
The text was updated successfully, but these errors were encountered: