Minkoo Seo wrote:
> Hi.
>
> I've installed vim7.0e and rubycomplete.rb. In GVIM on Windows XP, 
> everything seemed to be good. Unfortunately, however, it raises the 
> following error when I press ^X, ^O:
>
> Error detected while processing function rubycomplete#Complete:
> line   21:
> NameError: (eval):143:in `get_completions': (eval):1:in 
> `get_completions': uninitialized constant Foo
>
>
> Source code is as below:
>
> class Foo
>     def bar
>     end
> end
>
> arr = []
> arr.collect
>
> f = Foo.new
> f. <- I've pressed ^X, ^O right after '.'
>
> Is this installation problem? Anyone knows why rubycomplete fails in 
> Linux?
>
> Sincerely,
> Minkoo Seo
>
>   
make sure that the downloaded files do not have CRLF line endings