Files
neovim/test/unit
Justin M. Keyes 59712f6dbe win: avoid duplicate separators in $PATH #12869
Seems like redundant env var separators (";" on Windows) in $PATH can
cause weird behavior. From #7377:

> After some time, system(['win32yank', '-o']) and system('win32yank -o')
> start returning different results: specifically first returns an
> empty string.
>
> 1. $PATH weirdly contains double semicolon followed by path to the
>    “installation directory” (unpacked directory from archive).
> 2. If I run `let $PATH=substitute($PATH, ';;', ';', 'g')` the problem is fixed.

close #7377
ref 224f99b85d
2020-09-08 20:47:22 -07:00
..
2019-01-17 23:06:04 +01:00
2017-12-03 20:22:09 +03:00
2017-04-19 19:11:50 +03:00
2018-07-10 20:46:40 +02:00
2017-04-01 12:25:10 +03:00