aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/fs_spec.lua
Commit message (Expand)AuthorAge
* feat(vim.fs): find(), dir() can "follow" symlinks #31551Mike2025-01-14
* feat: add vim.fs.relpathdundargoc2025-01-13
* docs: misc #31867Justin M. Keyes2025-01-09
* fix(vim.fs.normalize): normalize case for windows drive letterdundargoc2025-01-04
* fix(vim.fs.abspath): correctly handle UNC pathsdundargoc2025-01-01
* docs: misc #31479Justin M. Keyes2025-01-01
* fix(vim.fs): joinpath() does not normalize slashes on Windows #31782Gustav Eikaas2024-12-31
* feat(lua): add `vim.fs.abspath`Famiu Haque2024-12-28
* test(main_spec): use CMakePresets.json instead of .git for root markerJames McCoy2024-12-03
* test: support upvalues in exec_luaLewis Russell2024-09-21
* test: allow exec_lua to handle functionsLewis Russell2024-08-02
* fix(fs): make vim.fs.root work for relative paths and unnamed buffers (#28964)Gregory Anders2024-05-24
* feat(fs): add vim.fs.root (#28477)Gregory Anders2024-04-24
* test: improve test conventionsdundargoc2024-04-23
* feat(lua): vim.fs.normalize() resolves ".", ".." #28203Famiu Haque2024-04-16
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* fix: support UNC paths in vim.fs.normalizedundargoc2024-03-30
* fix(fs): allow backslash characters in unix pathsJames Trew2024-03-29
* fix(test): typingLewis Russell2024-03-25
* test: refactor PathsLewis Russell2024-01-17
* test: use vim.mpack and vim.uv directlyLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* test: simplify vim.fs testsdundargoc2023-12-26
* test(windows): unskip working tests (#25153)dundargoc2023-09-15
* fix(fs.lua): normalize slash truncation (#23753)Mike2023-07-18
* fix(fs): make `normalize()` work with '/' path (#24047)Evgeni Chasnovski2023-06-18
* feat(fs): expose join_paths as `vim.fs.joinpath` (#23685)Christian Clason2023-05-20
* build: bundle uncrustifydundargoc2023-05-18
* test(vim.fs.normalize): enable test on Windowsdundargoc2023-04-05
* test: replace lfs with luv and vim.fsdundargoc2023-04-04
* test: don't search entire repo for filesdundargoc2023-03-05
* feat(vim.fs): pass path to find() predicate, lazy evaluate #22378Mike2023-03-01
* fix(fs): duplicate path separator #21509Eric Haynes2023-01-03
* test(lua/fs_spec): fix vim.fs.dir() test (#21503)zeertzjq2022-12-22
* fix(ci): skip test on windows (#21502)Lewis Russell2022-12-22
* feat(fs): add opts argument to vim.fs.dir()Lewis Russell2022-12-20
* refactor(fs): replace vim.fn/vim.env in vim.fs (#20379)Mike2022-12-01
* test: simplify platform detection (#21020)dundargoc2022-11-22
* feat(fs): extend fs.find to accept predicate (#20193)Mathias Fußenegger2022-09-13
* feat(fs): add vim.fs.normalize()Gregory Anders2022-05-31
* feat(fs): add vim.fs.find()Gregory Anders2022-05-31
* feat(fs): add vim.fs.dir()Gregory Anders2022-05-31
* feat(fs): add vim.fs.basename()Gregory Anders2022-05-31
* feat(fs): add vim.fs.dirname()Gregory Anders2022-05-31
* feat(fs): add vim.fs.parents()Gregory Anders2022-05-31