mirror of
https://github.com/neovim/neovim.git
synced 2026-08-22 15:21:08 +00:00
Problem: Manually deleting temp test files.
Solution: Use the 'D' flag of writefile() and mkdir().
45bbaef038
This only includes test_cd.vim changes.
Co-authored-by: Bram Moolenaar <Bram@vim.org>