Files
neovim/test/functional
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-04-10 11:08:26 -05:00
2026-03-29 18:16:17 +02:00
2025-12-15 13:55:15 -05:00