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
VimWasm.cmdline() runs given command, but screen is not updated. To avoid this, appending | redraw to the command is necessary.
VimWasm.cmdline()
| redraw
vim.cmdline('edit ~/.vim/vimrc')
Screen renders the content of ~/.vim/vimrc
~/.vim/vimrc
Screen is not updated though only statusline is updated to notify opening ~/.vim/vimrc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
VimWasm.cmdline()
runs given command, but screen is not updated. To avoid this, appending| redraw
to the command is necessary.Steps To Reproduce
vim.cmdline('edit ~/.vim/vimrc')
Expected behavior
Screen renders the content of
~/.vim/vimrc
Actual behavior
Screen is not updated though only statusline is updated to notify opening
~/.vim/vimrc
Screenshots/DevTools console (if possible)
Your environment
Additional context (if any)
The text was updated successfully, but these errors were encountered: