fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

Chouhartem/Fabrice

@nadia It actually works in the same way in / … except that `|` cannot be used as a delimiter as it’s already the command separator symbol (`:help :bar`). I usually use `#` as a separator when I have `/`s in my patterns or replacements.

> Instead of the '/' which surrounds the pattern and replacement string, you can use another single-byte character. […] You can use most characters, but not an alphanumeric character, '\', '"' or '|'.
neovim.io/doc/user/change.html

neovim.ioChange - Neovim docsNeovim user documentation