mirror of
https://github.com/neovim/neovim.git
synced 2025-11-16 23:31:19 +00:00
Problem:
137f98cf64 added the `create` parameter to `tmpname()` but didn't
fully implement it.
Solution:
- Update impl for the `os.tmpname()` codepath.
- Inspect all usages of `tmpname()`, update various tests.