David Hegland

Results 97 comments of David Hegland
trafficstars

Can you please share a screenshot or something? I'm not quite understanding the issue you are describing. I'm not understanding why a variable assignment line being too long would have...

If you want to take a look at the current implementation, the function that performs the highlight is here. https://github.com/preservim/tagbar/blob/0815b5455c792a610d28ff3e7981642c9cf05d62/autoload/tagbar.vim#L2242-L2246 There is a bit specifically about highlighting the parent instead....

Ok, I see what you mean now. Ya it looks like this might be a bug based on the comments in the code. It looks like it is supposed to...

When using this image without the `--template eisvogel` option, then the PDF is created just fine. It appears to be only with this template that I'm seeing this error.

The yaml meta data portion is here: ``` --- title: "Input" author: David Hegland date: August 3, 2023 output: pdf_document: toc: true toc_depth: 3 geometry: margin=0.5in --- ```

Ok I've been able to isolate it to using back-quotes within a code block. Using this content produces the error. ````` --- title: "Input" author: David Hegland date: August 3,...