Files
neovim/test/functional
Mahmoud Al-Qudsi 5d2dd2ebe2 win: has("wsl") on Windows Subsystem for Linux #7330
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
2018-01-30 21:12:49 +01:00
..
2018-01-10 23:58:56 +01:00
2018-01-27 11:20:10 +00:00
2018-01-18 22:47:37 +01:00
2018-01-28 23:47:11 -05:00
2018-01-06 17:47:00 +01:00
2016-06-10 21:50:49 +03:00