| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | win: Append process dir to $PATH | Justin M. Keyes | 2017-02-04 |
| | | | | | | | | | This allows executables to be found by :!, system(), and executable() if they live next to ("sibling" to) nvim.exe. This is what gvim on Windows does, and also matches the behavior of Win32 SearchPath(). https://github.com/vim/vim/blob/c4a249a736d40ec54794827ef95804c225d0e38f/src/os_win32.c#L354-L370 | ||
| * | test: executable() | Rui Abreu Ferreira | 2017-02-04 |