Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | win: has("wsl") on Windows Subsystem for Linux #7330 | Mahmoud Al-Qudsi | 2018-01-30 |
| | | | | | | | | | | | | | Per CMAKE docs, CMAKE_HOST_SYSTEM_VERSION is the result of `uname -r`: https://cmake.org/cmake/help/v3.4/variable/CMAKE_HOST_SYSTEM_VERSION.html?highlight=uname A numeric version string for the system. On systems that support uname, this variable is set to the output of uname -r. On other systems this is set to major-minor version numbers. On Windows it is something like "6.1", so it won't match ".*-Microsoft". Closes #7329 | ||
* | eval.c: has("unnamedplus"). (#6136) | Kurt Bonatz | 2017-02-18 |
| | | | | | Return 1 for UNIX with a functioning clipboard provider. Closes #6103 | ||
* | version: Allow has("nvim-x"), has("nvim-x.y") | Justin M. Keyes | 2016-10-25 |
| | |||
* | version: has("nvim-1.2.3") | Justin M. Keyes | 2016-10-25 |
Helped-by: Daniel Hahler <git@thequod.de> |