Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | misc: UNIX => Unix #4022 | Seth Jackson | 2016-01-16 |
| | | | | | | | | | | Although UNIX is a registered trademark of The Open Group, it doesn't really matter whether we refer to these systems as UNIX, Unix, or Unix-like. So, for consistency, refer to them collectively as Unix. Related: http://www.greens.org/about/unix.html http://www.unixica.com/html/unixunix.html | ||
* | test/unit: clean up according to luacheck | Marco Hinz | 2015-11-23 |
| | |||
* | 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. | ||
* | Implement os_unsetenv() | Rui Abreu Ferreira | 2015-04-14 |
| | | | | | | | - In UNIX systems where unsetenv() is available, it is used. Otherwise the variables are set with the empty string. - New check HAVE_UNSETENV for unsetenv() - Added unit test to env_spec.lua | ||
* | refactor: add tests for env_expand_esc | bobtwinkles | 2015-03-24 |
| | |||
* | unittest: convert env_spec.moon to lua | Thiago de Arruda | 2014-08-31 |