neovim / doc

Generated documentation and reports
neovim.github.io/doc/
Apache License 2.0
31 stars 13 forks source link

Autocmd section got messed up #35

Closed kiyoon closed 1 year ago

kiyoon commented 1 year ago

image

justinmk commented 1 year ago

what is messed up? The list items are not indented, but that is a known limitation.

please report at https://github.com/neovim/neovim in the future, thanks!

kiyoon commented 1 year ago

@justinmk Hi, sorry if I wasn't clear. BufReadCmd, BufReadPre, BufUnload, BufWinEnter sections should have their own separate entry not being squashed inside the last bullet-point item.

They're now part of BufRead

kiyoon commented 1 year ago

Selected part is messed up. There's also weird E200 and E201 which I don't know if they should exist.

image