python-vim-instant-markdown
python-vim-instant-markdown copied to clipboard
error b:md_tick not exist when switch buffer
trafficstars
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
I set it up according to you, but I still reported a mistake. is there anything I can do?