Files
neovim/test/functional/plugin
Evgeni Chasnovski b8a24bfadf test(pack): use n.rmdir() to delete directories #39046
Problem: using `vim.fs.rm(dir_path, { force = true, recursive = true })`
  can result in an error on Windows if the process has a handle to it.

Solution: Use `n.rmdir()` helper in cases when its possible side effects
  (like changing working directory) does not matter.
2026-04-14 08:22:11 -04:00
..
2026-04-14 06:09:54 -04:00
2026-02-12 13:46:45 +01:00