mirror of
https://github.com/vim/vim.git
synced 2026-06-07 18:07:33 +02:00
695522dea3
Match the '' escape sequence in literal strings. These were previously ending the current string and starting another concatenated literal string. closes: #16415 Signed-off-by: Christian Brabandt <cb@256bit.org> Signed-off-by: Doug Kearns <dougkearns@gmail.com>