mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 23:31:51 +00:00

separate_arguments() doesn't operate in place on a variable. It expects
a string argument to parse and stores the results in the specified
variable.
(cherry picked from commit 52e6059415
)