Felipe Morales
Felipe Morales
Yeah, it's basically the same issue. You are using a custom pandoc command, right? The problem is that vim gets a bytes object when accessing the variable, and neovim (which...
I thought the error was caused by either that variable being passed as a bytestring, because of the point where the previous error arises (the `Popen()` call, which would take...
Re: #305 The link handling will be overhauled.
You need to change ``` let g:pandoc#formatting#mode = 'h' ``` to ``` let g:pandoc#formatting#mode = 's' ``` On Wed, Mar 25, 2020 at 2:47 AM yaohunzhanyue wrote: > My vimrc:...
Indeed, it seems like vimwiki uses its own markdown syntax system and the 'syntax' key for g:vimwiki_list simply enables that for the file. I am actually not sure that pandoc...
Have you tried disabling vim-pandoc's hypertext module?
Can you test if reverting the last commit solves it? It really should not have affected performance.
Hm. I still would like to know what caused this. Did you try reverting the last commit as I suggested (`git reset --hard HEAD` should do), or found that it...
The `` shouldn't be there... It might be a weird interaction with the wide characters in the file... For the request on the `#` styling, it isn't possible currently but...
Aha! I should add this, for sure.