mirror of
https://github.com/neovim/neovim.git
synced 2026-06-17 01:01:16 +00:00
Problem:
vim.fn.writefile() treats Lua strings as Vimscript strings instead of a "binary clean" string.
Solution:
Treat Lua-originated strings as blob data.
(cherry picked from commit fb6aeaba2d)