mirror of
https://github.com/neovim/neovim.git
synced 2026-02-07 04:17:22 +00:00
Problem: helpers.tmpname() may create a local file, depending on circumstances. Solution: Only use helpers.tmpname() for its parent directory (the "temp root"). Use fs_mkdtemp() to actually get a unique name.