mirror of
https://github.com/vim/vim.git
synced 2025-10-16 07:24:23 -04:00
Escape character support was disabled for inline literals, which are handled separately from standard inline highlights, in that escape characters are unsupported. related: #18566 Signed-off-by: Marshall Ward <marshall.ward@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>