Closed T-727 closed 1 year ago
That is known and "wontfix" -- the docs should be edited instead to use the unambiguous "*"
. (PR welcome.)
Incidentally, this is mostly fixed in https://github.com/neovim/tree-sitter-vimdoc/pull/97 ('*'
will parse as word
and possibly ERROR
, though I'll try to improve that).
But still, it's silly for help text to have invalid links like this. '
is a special char in help text, it shouldn't be mis-used.
Problem
'*'
gets a parsed as atag
nodeExamples
editing.txt
line 1584autocmd.txt
line 1165Additional notes
Reproducable on Windows11, nvim release
0.9.0
withnvim --clean