Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | os/fs: Rename os_file_exists to os_path_exists (#4973) | Daniel Xu | 2016-07-06 |
| | | | | Because the old name did not indicate that the function would return true on directories as well. | ||
* | test/functional: clear the temp directory before each tempfile test | John Szakmeister | 2016-05-06 |
| | | | | | | | It's possible that the first test encounters a temp directory with files in it, due to a previous test causing the first test to fail. Instead, let's clean up before and after the test to make sure the temp area is pristine before and after the test. | ||
* | Merge tempfile.c back into fileio.c | Jurica Bradaric | 2016-04-20 |
| | |||
* | test: Ensure proper initialization in unit/helpers.lua | Thiago de Arruda | 2015-07-01 |
| | | | | | Remove helpers.vim_init and simply perform the required initialization in helpers.lua. | ||
* | unit tests: initialize everything | Justin M. Keyes | 2014-09-11 |
| | |||
* | unit tests: avoid global scope; add missing cimports | Justin M. Keyes | 2014-09-11 |
| | | | | temporarily comment out call to vim_deltempdir() to avoid segfault | ||
* | Statically allocate NameBuff | Wayne Rowcliffe | 2014-07-22 |
| | |||
* | tempfile.c: add tests | Pavel Platto | 2014-07-14 |