]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4696: delete() with "rf" argument does not report a failure v8.2.4696
authorzeertzjq <zeertzjq@outlook.com>
Tue, 5 Apr 2022 14:31:01 +0000 (15:31 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 5 Apr 2022 14:31:01 +0000 (15:31 +0100)
commit478700336d1c72e133b8ff6841e968c1bb1658ed
tree326bd148a82456b62d4a8464453add9fe06eaa4e
parentbeb0ef1ab2dbd9760345e3e03647b93914591d56
patch 8.2.4696: delete() with "rf" argument does not report a failure

Problem:    delete() with "rf" argument does not report a failure.
Solution:   Return -1 if the directory could not be removed. (closes #10078)
src/fileio.c
src/testdir/test_functions.vim
src/version.c