mirror of
https://github.com/neovim/neovim.git
synced 2025-11-22 18:16:32 +00:00
Problem: Cleaning up after writefile() is a hassle.
Solution: Add the 'D' flag to defer deleting the written file. Very useful
in tests.
806a273f3c
Co-authored-by: Bram Moolenaar <Bram@vim.org>