mirror of
https://github.com/neovim/neovim.git
synced 2026-03-26 10:22:00 +00:00
Most of these functions don't modify their strings, let's make the contract a bit clearer. In some cases I've tried to get rid of C89-style variable declarations at the start of functions, now that I was there.