Felipe Morales

Results 214 comments of Felipe Morales

I think the solution will be to revert to the original version and add a comment so vint does not complain about it. Otherwise we will have to iterate over...

@adamgd vim-pandoc uses python3 exclusively now, so the problem should exist in any version (actually, it should not work at all in vim8+python2). I'll check it out when I have...

I understand. You can get some degree of customization with the `g:pandoc#filetypes#handled` variable, but the extensions table needs a way to be extended. You can also disallow it to load...

It is possible, we already change the formatoptions depending on the context so this could be added. (This is probably of more general use than just the vim-rmarkdown plugin, so...

It might be related to the changes in #403. How did you call the `:TOC` command? I cannot reproduce locally, but I also cannot tell what function is actually been...

From the documentation of `E788`, it seems like this might be related to something about the `FileChangedRO` event. I don't have any auto-command related to this, but can you check...

I can't reproduce the error, but I'll try to see what I can do about the mappings.

That's weird, the whole point of using the location list is that one can have several of them (as opposed to the quickfix list, of which you can only have...

Actually, that assumption is incorrect...