Results 637 comments of Antony Lee

Seems like a reasonable request. Don't have the time to write a patch now, but I think this needs to be done in a postprocessing step in s:CacheRstFold() (because you...

I still cannot reproduce the slow folding issues (as noted previously in https://github.com/vim/vim/issues/3430), but I don't mind making this optional either, up to you.

With the large restructuredtext.rst example, I can indeed see a slowdown when timing, with the whole load (`time vim restructuredtext.rst -c redraw -c q`) going from 0.05s to 0.20s when...

With problem.rst I get between 0.03 and 0.05s regardless of whether folding is enabled or not, and it's totally overwhelmed by noise. I really can't see any difference when pasting...

No problem, sorry for not being able to repro :)

I was using gvim, but I just tried using terminal vim (konsole and urxvt) and still can't repro...

As a note for whoever tries to implement this (perhaps a future me), make sure not to confuse with field lists: http://docutils.sourceforge.net/docs/user/rst/quickref.html#field-lists

Well, the problem is that e.g. ``` .. note:: foo *bar* ``` is a directive that includes markup, so you never know... Perhaps an easier(?), partial fix is to only...