mirror of
https://github.com/neovim/neovim.git
synced 2026-02-09 05:18:45 +00:00
Problem dates back at least to commit 071d4279d6, Vim 7.0001 (2004).
The examples shown were of special character interpolation syntax, not
("number") register interpolation syntax.
Sources:
* https://www.gnu.org/software/groff/manual/groff.html.node/Built_002din-Registers.html
* https://github.com/mamccollum/troff-resources/blob/main/cstr-54.pdf
closes: vim/vim#19243
e914ada323
Co-authored-by: G. Branden Robinson <g.branden.robinson@gmail.com>