`:help /` explains the next `/` (or `?`) as being used for offsets. `:help pattern` does contain one instance of the pattern `\\\/` (which matches an escaped `/`) demonstrating it.
In general, if the syntax of `/` is `/pattern[/[offset]]`, how could it _not_ be that `/` in the pattern would need escaped? Also note in `:help /[]` that `[/]` works to escape the slash, too. On Sunday, October 30, 2022 at 7:39:39 AM UTC-4 Carl Ponder wrote: > Closed #11460 <https://github.com/vim/vim/issues/11460> as completed. > > — > Reply to this email directly, view it on GitHub > <https://github.com/vim/vim/issues/11460#event-7698848400>. > > You are receiving this because you commented.Message ID: > <vim/vim/issue/11460/issue_event/7698848400 <(769)%20884-8400>@github.com> > -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/0a57f3a6-2151-468a-9842-71f9a6a43644n%40googlegroups.com.
