mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 11:27:26 +10: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.