Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In neovim nightly, neovim/neovim/pull/28400 was merged: > The value of shellslash should show true now outside of Windows. > set shellslash should work on POSIX while set noshellslash will fail This PR for vim-go wraps `set noshellslash` between a `if has("win32")` conditional to ensure that the functions no longer error in POSIX environments. Signed-off-by: Stanley Chan <[email protected]>
- Loading branch information