-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
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
docs: Autocmd section got messed up #319
Comments
That's an issue with https://github.com/neovim/tree-sitter-vimdoc, see the Readme:
|
(And the website has its own repo, where such issues are probably better discussed: https://github.com/neovim/neovim.github.io) |
Thanks for moving the issue. I first uploaded this on https://github.com/neovim/doc but I wasn't sure where the problem is from. |
The issue is indeed the nested list, in particular the list item for |
Describe the bug
Selected part is messed up. They're part of the last bullet point but they (BufReadCmd, BufReadPre, BufUnload, BufWinEnter) should have their separate entries. There's also weird E200 and E201 which I don't know if they should exist.
Steps to reproduce
https://neovim.io/doc/user/autocmd.html
Expected behavior
BufReadCmd, BufReadPre, BufUnload, BufWinEnter should have their separate entries
Neovim version (nvim -v)
0.9.0
Vim (not Nvim) behaves the same?
no
Operating system/version
Ubuntu 22.04
Terminal name/version
wezterm 202211 stable
$TERM environment variable
xterm-256color
Installation
appimage
The text was updated successfully, but these errors were encountered: