]> granicus.if.org Git - vim/commit
patch 9.0.0411: only created files can be cleaned up with one call v9.0.0411
authorBram Moolenaar <Bram@vim.org>
Wed, 7 Sep 2022 20:30:44 +0000 (21:30 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 7 Sep 2022 20:30:44 +0000 (21:30 +0100)
commit6f14da15ac900589f2f413d77898b9bff3b31ece
tree883f0ce338a539bea95f17fec21a76d5990e6076
parentd7633114af2365e32080b61af473db347a3489c2
patch 9.0.0411: only created files can be cleaned up with one call

Problem:    Only created files can be cleaned up with one call.
Solution:   Add flags to mkdir() to delete with a deferred function.
            Expand the writefile() name to a full path to handle changing
            directory.
runtime/doc/builtin.txt
src/filepath.c
src/proto/userfunc.pro
src/testdir/test_autochdir.vim
src/testdir/test_autocmd.vim
src/testdir/test_eval_stuff.vim
src/testdir/test_writefile.vim
src/userfunc.c
src/version.c