Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | test/os/fs: fix call to lfs.attributes | Nicolas Hillegeer | 2015-01-16 | |
| | | | | | | | | The second argument to lfs.attributes() serves only to select a specific part of the normally returned table. It's not a file open flag (e.g.: as for fopen() in C). Also made the (n)eq checks a bit more idiomatic. Fixes #1831 | |||
* | update os_can_exe unit test | Scott Prager | 2014-09-17 | |
| | ||||
* | vim-patch:7.4.235 | Scott Prager | 2014-09-17 | |
| | | | | | | | Problem: It is not easy to get the full path of a command. Solution: Add the exepath() function. https://code.google.com/p/vim/source/detail?r=5ab2946f7ce560985830fbc3c453bb0f7a01f385 | |||
* | unit tests: avoid global scope; add missing cimports | Justin M. Keyes | 2014-09-11 | |
| | | | | temporarily comment out call to vim_deltempdir() to avoid segfault | |||
* | fileid: rename os_file_id_equal_file_info | Stefan Hoffmann | 2014-08-31 | |
| | ||||
* | fileid: rename os_file_id_equal | Stefan Hoffmann | 2014-08-31 | |
| | ||||
* | fileid: rename os_get_file_id | Stefan Hoffmann | 2014-08-31 | |
| | ||||
* | fileinfo: rename os_file_info_get_inode | Stefan Hoffmann | 2014-08-31 | |
| | ||||
* | fileinfo: rename os_file_info_get_id | Stefan Hoffmann | 2014-08-31 | |
| | ||||
* | fileinfo: rename os_file_info_id_equal | Stefan Hoffmann | 2014-08-31 | |
| | ||||
* | fileinfo: rename os_get_file_info{,_link,_fd} | Stefan Hoffmann | 2014-08-31 | |
| | ||||
* | fileinfo: implement os_fileinfo_blocksize | Stefan Hoffmann | 2014-08-31 | |
| | ||||
* | fileinfo: implement os_fileinfo_hardlinks | Stefan Hoffmann | 2014-08-31 | |
| | ||||
* | fileinfo: implement os_fileinfo_size | Stefan Hoffmann | 2014-08-31 | |
| | | | | this replaces os_get_file_size and file_info.stat.st_size | |||
* | unittest: Move FileInfo tests one level up | Stefan Hoffmann | 2014-08-31 | |
| | ||||
* | unittest: convert fs_spec.moon to lua | Thiago de Arruda | 2014-08-31 | |