Skip to content

Conversation

@happy-dude
Copy link
Contributor

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.

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]>
@bhcleek
Copy link
Collaborator

bhcleek commented Nov 12, 2024

Thank you for contributing

@bhcleek bhcleek merged commit ec7a59e into fatih:master Nov 12, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants