Closed nonsequitur closed 8 years ago
Yes, see the second line from the commit message:
This fixes an infinite loop when rendering the docs for 'find'`
Reason:
When searching for {{'*.py'}}
, *
is interpreted as a regexp quantifier and the original string never gets replaced.
OAO I never notice the Regexp issue like that after writing 3 years Emacs Lisp...
Thanks! btw, could you give me an example of infinite loop?