mirror of
https://github.com/neovim/neovim.git
synced 2026-05-15 17:54:48 +00:00
The character class %s also matches a newline in lua, that's not really what we want here. It works in the other cases in this function, so I left them, but the final gsub should preserve newlines.