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

.cmdline() method not working #53

Open
Ruben-Arushanyan opened this issue Mar 4, 2024 · 1 comment
Open

.cmdline() method not working #53

Ruben-Arushanyan opened this issue Mar 4, 2024 · 1 comment

Comments

@Ruben-Arushanyan
Copy link

Ruben-Arushanyan commented Mar 4, 2024

In most cases, the vimWasm.cmdline() method does not work as expected. I anticipate that cmdline() should function similarly to manually using Vim's execution mode.

Here are examples of bugs:

  • vimWasm.cmdline('startinsert') should change Vim to insert mode, but it does not work.

  • vimWasm.cmdline('2') is supposed to move the cursor to line 2, but I don't see the cursor updating. Even after trying to redraw vimWasm.cmdline('2 | redraw'), it still doesn't work.

@rhysd Please help to find solutions. Thanks

@Ruben-Arushanyan
Copy link
Author

@rhysd Please look into this ⬆️

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

No branches or pull requests

1 participant