Re: In Windows, :ruby command is not works around socket

2008-12-26 Fir de Conversatie Anton Sharonov
In case, that subject will not be correctly recognized by mail clients, I'm trying to continue old thread In Windows, :ruby command is not works around socket [1]: 1 Jul., 04:00 todesking wrote: I found a ruby command's bug on Windows VIM. :ruby require 'open-uri' :ruby

Re: In Windows, :ruby command is not works around socket

2008-07-01 Fir de Conversatie Bram Moolenaar
I found a ruby command's bug on Windows VIM. :ruby require 'open-uri' :ruby open('http://google.com/') = SocketError: `initialize': getaddrinfo: non-recoverable failure in name resolution. :ruby open('http://66.249.89.147') = vim dies In Windows, NtInitialize() should called when