Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test: simplify platform detection (#21020) | dundargoc | 2022-11-22 |
| | | | | | Extend the capabilities of is_os to detect more platforms such as freebsd and openbsd. Also remove `iswin()` helper function as it can be replaced by `is_os("win")`. | ||
* | test: add a test for #17609 | zeertzjq | 2022-03-07 |
| | |||
* | win: enable more functional tests | Jan Edmund Lazo | 2018-01-06 |
| | | | | | | - plugin/shada_spec.lua: Use \r\n as Windows EOL for tests on BufWriteCmd, FileWriteCmd, FileAppendCmd. Alternative is 'set fileformat=unix'. | ||
* | Mark some functional tests as pending in Windows | Rui Abreu Ferreira | 2016-08-26 |
| | |||
* | Tests: check 'autochdir' on startup | Marco Hinz | 2016-07-02 |