mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 23:05:41 +00:00
Problem: Using separate delete() call instead of writefile() 'D' flag.
Solution: Use the writefile 'D' flag.
3411265a36
Co-authored-by: Bram Moolenaar <Bram@vim.org>