aboutsummaryrefslogtreecommitdiff
path: root/test/unit/path_spec.lua
Commit message (Expand)AuthorAge
* 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