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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Commonly one could use
\A
to match the beginning of the string or\Z
to match the end.^
and$
only match lines and are not reliable for doing find/replacements with regards to position in the buffer.As it stands, there is no way to match beginning or end of the buffer 😦
The POSIX anchors don't work either
These suckers are hard to write in markdown !
The text was updated successfully, but these errors were encountered: