Christian Clason
Christian Clason
That file is generated; the source of truth is in `eval.lua` (and then `make doc`).
Can you confirm that this logic is identical to how Vim behaves?
Yes, PR welcome (but use `#lua-match?`, not `#match?` -- ideally, rely on pattern order instead). @gpanders
Thinking about it, I think this would be better handled at the level of the grammar, which should deconstruct the `link_destination` into `""` nodes.
> Can @injection.filename be used Yes, that is the default injection. The special syntax is only useful for situations where the filename does not indicate the right syntax ( `errorformat`...
Yeah, I have a sneaking suspicion that the `errorformat` is just too flexible to make a general quickfix parser feasible... (Cries in vimdoc.)
> > Maybe we can omit that injection here and leave it for the plugin to ; extend with? > > > > So, do I add it to the...
I think for this to be actually useful, we need https://github.com/neovim/neovim/pull/31105 to land?
Yes, I know; I want to make this explicit _here_. And requiring people to add a hack to their config means the parser is not ready for being distributed here...
There's also the issue with this breaking the `gO` toc windows which needs to be handled somehow.