aboutsummaryrefslogtreecommitdiff
path: root/test/unit/path_spec.lua
Commit message (Expand)AuthorAge
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* fix(runtime): respect 'fileignorecase' when sourcing (#24344)zeertzjq2023-07-14
* test: replace lfs with luv and vim.fsdundargoc2023-04-04
* test(unit): use file:close() properly (#21505)zeertzjq2022-12-22
* fix(path): don't remove trailing slash when getting absolute path (#20853)zeertzjq2022-10-30
* fix(path): path_is_url returns false for "foo:/" #19797sigmaSd2022-08-23
* test(unit): add unit tests for path_with_urlzeertzjq2022-01-24
* vim-patch:8.2.3468: problem with :cd when editing file in non-existent directoryzeertzjq2021-11-19
* path: add helper for checking a file extensiondm1try2020-12-01
* vim-patch:8.1.1371: cannot recover from a swap file #11081Jurica Bradarić2019-10-05
* tests: improve error message with literat "~" directory (#11032)Daniel Hahler2019-09-17
* refactor/rename: path_try_shorten_fname()Justin M. Keyes2018-03-24
* refactor/rename: path_is_absolute()Justin M. Keyes2018-03-24
* test/unit/path_spec: expect correct buffer size (#7514)Marco Hinz2017-11-13
* test: avoid extra clear() callsJustin M. Keyes2017-10-02
* win: vim_FullName(): force backslashes #7287Ignas Anikevicius2017-10-02
* startup: v:progpath fallback: path_guess_exepathJustin M. Keyes2017-05-15
* test/fs: sanity check for literal "~" directory (#6579)Justin M. Keyes2017-04-24
* unittests: Do not import libnvim or headers in main processZyX2017-03-11
* unittests: Check core dumps in after_each, like in functestsZyX2017-03-11
* unittests: Run all unit tests in their own processesZyX2017-03-11
* path.c: `vim_FullName()`: Fix heap overflow #5737nfnty2017-01-05
* test/unit: clean up according to luacheckMarco Hinz2015-11-23
* os/path: Fix path_get_absolute_path for top-level pathsThiago de Arruda2015-09-18
* tests: Fix test setup/teardown in path_spec.lua #2402David Bürgin2015-04-12
* path_fix_case: unit testScott Prager2015-03-31
* unit tests: avoid global scope; add missing cimportsJustin M. Keyes2014-09-11
* unittest: convert path_spec.moon to luaThiago de Arruda2014-08-31