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
I have modify the md_instant.vim to fixed the problem, pls check
vim.command('autocmd CursorMovedI <buffer> call UpdateMarkdown()') vim.command('autocmd CursorMoved <buffer> call UpdateMarkdown()') vim.command('autocmd VimLeave <buffer> call CloseMarkdown()')
add for current buffer autocmd
The text was updated successfully, but these errors were encountered:
I set it up according to you, but I still reported a mistake. is there anything I can do?
Sorry, something went wrong.
No branches or pull requests
I have modify the md_instant.vim to fixed the problem,
pls check
add for current buffer autocmd
The text was updated successfully, but these errors were encountered: