Commit 9ebbe1e
committed
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 <pocketgamer5000@gmail.com>
1 parent ac1fb96 commit 9ebbe1e
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
318 | 320 | | |
319 | 321 | | |
320 | 322 | | |
| |||
332 | 334 | | |
333 | 335 | | |
334 | 336 | | |
335 | | - | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
336 | 340 | | |
337 | 341 | | |
338 | 342 | | |
| |||
779 | 783 | | |
780 | 784 | | |
781 | 785 | | |
782 | | - | |
| 786 | + | |
783 | 787 | | |
784 | 788 | | |
785 | 789 | | |
| |||
0 commit comments