summaryrefslogtreecommitdiffstatshomepage
path: root/test/unit/path_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-15test: replace busted with local harnessLewis Russell1
2026-02-19vim-patch:9.2.0020: Wrong shortened buffer after :cd with duplicate slashes (...zeertzjq1
2025-11-15refactor(path)!: support RFC3986 in path_with_url() #36564Chip Senkbeil1
2024-07-12vim-patch:9.1.0569: fnamemodify() treats ".." and "../" differently (#29673)zeertzjq1
2024-05-17fix(path): avoid chdir() when resolving path (#28799)zeertzjq1
2024-04-13fix(path): check return value of append_path() (#28309)Joey Gouly1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-01-12test: use vim.mpack and vim.uv directlyLewis Russell1
2023-12-19refactor: use `bool` to represent boolean valuesdundargoc1
2023-12-04build: enable lintlua for test/unit/ dir #26396Justin M. Keyes1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2023-07-14fix(runtime): respect 'fileignorecase' when sourcing (#24344)zeertzjq1
2023-04-04test: replace lfs with luv and vim.fsdundargoc1
2022-12-22test(unit): use file:close() properly (#21505)zeertzjq1
2022-10-30fix(path): don't remove trailing slash when getting absolute path (#20853)zeertzjq1
2022-08-23fix(path): path_is_url returns false for "foo:/" #19797sigmaSd1
2022-01-24test(unit): add unit tests for path_with_urlzeertzjq1
2021-11-19vim-patch:8.2.3468: problem with :cd when editing file in non-existent directoryzeertzjq1
2020-12-01path: add helper for checking a file extensiondm1try1
2019-10-05vim-patch:8.1.1371: cannot recover from a swap file #11081Jurica Bradarić1
2019-09-17tests: improve error message with literat "~" directory (#11032)Daniel Hahler1
2018-03-24refactor/rename: path_try_shorten_fname()Justin M. Keyes1
2018-03-24refactor/rename: path_is_absolute()Justin M. Keyes1
2017-11-13test/unit/path_spec: expect correct buffer size (#7514)Marco Hinz1
2017-10-02test: avoid extra clear() callsJustin M. Keyes1
2017-10-02win: vim_FullName(): force backslashes #7287Ignas Anikevicius1
2017-05-15startup: v:progpath fallback: path_guess_exepathJustin M. Keyes1
2017-04-24test/fs: sanity check for literal "~" directory (#6579)Justin M. Keyes1
2017-03-11unittests: Do not import libnvim or headers in main processZyX1
2017-03-11unittests: Check core dumps in after_each, like in functestsZyX1
2017-03-11unittests: Run all unit tests in their own processesZyX1
2017-01-05path.c: `vim_FullName()`: Fix heap overflow #5737nfnty1
2015-11-23test/unit: clean up according to luacheckMarco Hinz1
2015-09-18os/path: Fix path_get_absolute_path for top-level pathsThiago de Arruda1
2015-04-12tests: Fix test setup/teardown in path_spec.lua #2402David Bürgin1
2015-03-31path_fix_case: unit testScott Prager1
2014-09-11unit tests: avoid global scope; add missing cimportsJustin M. Keyes1
2014-08-31unittest: convert path_spec.moon to luaThiago de Arruda1