We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'*'
tag
'*' gets a parsed as a tag node
editing.txt
autocmd.txt
Reproducable on Windows11, nvim release 0.9.0 with nvim --clean
0.9.0
nvim --clean
The text was updated successfully, but these errors were encountered:
That is known and "wontfix" -- the docs should be edited instead to use the unambiguous "*". (PR welcome.)
"*"
Sorry, something went wrong.
Incidentally, this is mostly fixed in #97 ('*' will parse as word and possibly ERROR, though I'll try to improve that).
word
ERROR
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.
'
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: