You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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.
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: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 ofBufWinEnter
's paragraph).Currently
BufRead
,BufReadCmd
,BufReadPre
,BufUnload
&BufWinEnter
are in the same big paragraph instead of being separated.The text was updated successfully, but these errors were encountered: