Skip to content

Commit

Permalink
Merge pull request #575 from shawnbon206/master
Browse files Browse the repository at this point in the history
Treat cygwin vim same as normal unix vim.
  • Loading branch information
fatih committed Oct 18, 2015
2 parents c3131cc + 3f45baa commit eab9c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/go/util.vim
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ endfunction

" IsWin returns 1 if current OS is Windows or 0 otherwise
function! go#util#IsWin()
let win = ['win16', 'win32', 'win32unix', 'win64', 'win95']
let win = ['win16', 'win32', 'win64', 'win95']
for w in win
if (has(w))
return 1
Expand Down

0 comments on commit eab9c63

Please sign in to comment.