fatih / vim-go

Go development plugin for Vim
https://www.patreon.com/bhcleek
Other
15.98k stars 1.45k forks source link

mingw: Add platform checking of GoDocBrowser for Cygwin on windows #3609

Closed rwxguo closed 9 months ago

rwxguo commented 9 months ago

When using Cygwin/MSYS2 on windows, the :GoDocBrowser cannot popup the browser correctly.

Added has('win32unix') for platform compatibility.

rwxguo commented 9 months ago

This PR is created by accident, could anyone please remove it, thanks.