mirror of
https://github.com/neovim/neovim.git
synced 2026-04-26 17:24:18 +00:00
I believe we can now mostly assume that all encountered String's data members are safe to pass into functions that accept C strings. That should simplify interop with C string code.