mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 10:26:31 +00:00

Add '^' and '$' around the pattern. This makes it less likely to make
mistakes of when writing tests with {MATCH:}, as most such tests have
text before and after {MATCH:}.
(cherry picked from commit 37d6ac8a15
)