Skip to content
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

Wrong detection of autocmd paragraph #106

Closed
bew opened this issue May 27, 2023 · 2 comments
Closed

Wrong detection of autocmd paragraph #106

bew opened this issue May 27, 2023 · 2 comments

Comments

@bew
Copy link

bew commented May 27, 2023

In the list of autocmds: https://neovim.io/doc/user/autocmd.html#BufRead
At the paragraph for BufRead or BufReadPost there seems to be an issue with the detection of the next autocmd paragraph:

Screenshot_20230527_113729

All text is considered part of the paragraph for BufRead or BufReadPost, and it only goes back to normal at the next blank line (in the middle of BufWinEnter's paragraph).

Currently BufRead, BufReadCmd, BufReadPre, BufUnload & BufWinEnter are in the same big paragraph instead of being separated.

@clason
Copy link
Member

clason commented May 27, 2023

Duplicate of #21

@clason clason marked this as a duplicate of #21 May 27, 2023
@clason clason closed this as completed May 27, 2023
@justinmk
Copy link
Member

justinmk commented Jun 4, 2023

Currently BufRead, BufReadCmd, BufReadPre, BufUnload & BufWinEnter are in the same big paragraph instead of being separated.

As mentioned, known limitation. But also, is it even reasonable for anything except AI to make sense of this structure? It would be quite reasonable to simply add blank lines to the help text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants