mirror of
https://github.com/neovim/neovim.git
synced 2026-03-23 17:10:52 +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.